Skip to content

Commit 84bff40

Browse files
authored
docs(readme): add Scoop installation instructions (#63)
1 parent 902333d commit 84bff40

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ If you specifically need glibc-linked builds, use `linux-amd64-gnu` / `linux-arm
2727
brew install rustfs/tap/rc
2828
```
2929

30+
### Scoop (Windows)
31+
32+
```powershell
33+
scoop bucket add rustfs https://github.com/rustfs/scoop-bucket
34+
scoop install rustfs/rc
35+
```
36+
3037
### Cargo
3138

3239
```bash

0 commit comments

Comments
 (0)