Skip to content

Commit

Permalink
Merge pull request #5 from stuartleeks/sl/docs
Browse files Browse the repository at this point in the history
Add unblock steps to release install
  • Loading branch information
stuartleeks committed Sep 25, 2020
2 parents c6ec15d + b0c2569 commit b63de10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-release.yaml
Expand Up @@ -5,10 +5,12 @@ on:
branches: [ main ]
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
branches: [ main ]
paths-ignore:
- 'README.md'
- 'docs/**'

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,10 @@ For the background to this repo, see [this blog post](https://stuartleeks.com/po

Download the ZIP file for a [prebuilt release](https://github.com/stuartleeks/wsl-clock/releases/latest) and unzip to a local folder.

After unzipping, unblock each to the `.ps1` and `.exe` files by right-clicking, selecting 'Properties', ticking 'Unblock' and clicking 'OK':

![](docs/unblock.png)

To set up the scheduled task, run `add-wslclocktask.ps1` in the content you just unzipped. This will set up a scheduled task triggered on Hibernation Resume events to run the `wsl-clock.exe` to check for clock drift on resuming from hibernation.

## Cleanup
Expand Down
Binary file added docs/unblock.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b63de10

Please sign in to comment.