Skip to content

Commit 69eae8c

Browse files
author
RAR27
authored
Added Windows installation instructions
1 parent 4e8a3de commit 69eae8c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ To update after installation, run:\
2727
`cargo install dyn-wall-rs --force`
2828

2929
### Manual
30+
#### Unix
3031
1. Download the latest binary from the [releases](RELEASES) page
3132
2. (**Optional**) To ensure the file you downloaded is correct and was not tampered with, do the following:
3233
1. Download the respective .sha256 file
@@ -36,6 +37,15 @@ To update after installation, run:\
3637
`tar -zxvf dyn-wall-rs.tar.gz`
3738
4. You can now run it by running `./dyn-wall-rs` in the directory the binary was unpacked. It is recommended to place the binary in your $PATH, so you can use it from anywhere
3839

40+
#### Windows
41+
1. Download the latest binary from the [releases](RELEASES) page
42+
2. (**Optional**) To ensure the file you downloaded is correct and was not tampered with, do the following:
43+
1. Download the respective `.sha256` file
44+
2. Use a hash checking tool to obtain the sha256sum of the `.zip` file
45+
3. Compare the sha256sum the tool provides with the contents of the `.sha256` file. If they are the same, then your file has not been tampered with
46+
3. Unzip the `.zip` file
47+
4. You can now run it by opening up PowerShell and running `./dyn-wall-rs` in the directory the binary was unpacked. It is recommended to place the binary in your $PATH, so you can use it from anywhere
48+
3949
## Usage
4050
Firstly, create a directory and place all the wallpapers you want to cycle through within the directory. Make sure that they are named in numerical order ex. first wallpaper is named 1.png, second wallpaper is named 2.png, etc.
4151

0 commit comments

Comments
 (0)