Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phaselden authored Oct 17, 2020
1 parent b1fea29 commit 122aebd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ Flip Clock Screensaver. Inspired by [Fliqlo](http://fliqlo.com/). Fliqlo on Wind
## Requirements

* Currently uses and requires the [Oswald](https://www.google.com/fonts#UsePlace:use/Collection:Oswald) (Bold 700) font, available from Google.
* Windows
* Microsoft Windows
* .NET Framework 4.8
* Visual Studio: Run in Release mode and Run as Administrator to have the build event copy the screensaver to the Windows System32 folder. Set the Command line arguments to `/s` to have the screensaver display full screen on F5/Start.

## Installation

To install without building with Visual Studio, copy the .scr file on the Releases page to:
* C:\Windows\SysWOW64 on 64-bit Windows.
* C:\Windows\System32 on 32-bit Windows

## Building with Visual Studio

Run in Release mode and Run as Administrator to have the build event copy the screensaver to the Windows SysWOW64 or System32 folder. Set the Command line arguments to `/s` to have the screensaver display full screen on F5/Start.

## Acknowledgements

Expand Down

0 comments on commit 122aebd

Please sign in to comment.