Skip to content

Commit

Permalink
Add Windows installation options to README (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tech189 authored Jul 21, 2022
1 parent af2908a commit 0f908e8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![LibreSpeed Logo](https://github.com/librespeed/speedtest/blob/master/.logo/logo3.png?raw=true)

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

`librespeed-cli` comes to rescue!

Expand Down Expand Up @@ -97,6 +97,20 @@ $ makepkg -si

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

## Install on Windows

If you have either [Scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org/) installed you can use one of the following commands:

- Scoop (ensure you have the `extras` bucket added):
```
> scoop install librespeed-cli
```

- Chocolatey:
```
> choco install librespeed-cli
```

## Container Image

You can run `librespeed-cli` in a container.
Expand Down

0 comments on commit 0f908e8

Please sign in to comment.