Skip to content

Commit 0f908e8

Browse files
authored
Add Windows installation options to README (#54)
1 parent af2908a commit 0f908e8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![LibreSpeed Logo](https://github.com/librespeed/speedtest/blob/master/.logo/logo3.png?raw=true)
22

33
# LibreSpeed command line tool
4-
Don't have a GUI but wants to use LibreSpeed servers to test your Internet speed? 🚀
4+
Don't have a GUI but want to use LibreSpeed servers to test your Internet speed? 🚀
55

66
`librespeed-cli` comes to rescue!
77

@@ -97,6 +97,20 @@ $ makepkg -si
9797

9898
See the [librespeed-cli Homebrew tap](https://github.com/librespeed/homebrew-tap#setup).
9999

100+
## Install on Windows
101+
102+
If you have either [Scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org/) installed you can use one of the following commands:
103+
104+
- Scoop (ensure you have the `extras` bucket added):
105+
```
106+
> scoop install librespeed-cli
107+
```
108+
109+
- Chocolatey:
110+
```
111+
> choco install librespeed-cli
112+
```
113+
100114
## Container Image
101115

102116
You can run `librespeed-cli` in a container.

0 commit comments

Comments
 (0)