Skip to content

Commit 6c9cc3c

Browse files
committed
Bump Scoop in documentation as it always has a more up-to-date version
1 parent d8fc40b commit 6c9cc3c

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ If you are a [macOS Homebrew](https://brew.sh/) user, then you can install celq
6363
brew install get-celq/tap/celq
6464
```
6565

66-
### Chocolatey (Windows)
66+
### Scoop (Windows)
6767

68-
If you are a [Chocolatey](https://community.chocolatey.org/) user on Windows, you can install `celq` with:
68+
If you are a [Scoop](https://scoop.sh/) user on Windows, you can install `celq` with:
6969

7070
```bash
71-
choco install celq
71+
scoop bucket add get-celq https://github.com/get-celq/scoop-bucket
72+
scoop install get-celq/celq
7273
```
7374

74-
### Scoop (Windows)
75+
### Chocolatey (Windows)
7576

76-
If you are a [Scoop](https://scoop.sh/) user on Windows, you can install `celq` with:
77+
If you are a [Chocolatey](https://community.chocolatey.org/) user on Windows, you can install `celq` with:
7778

7879
```bash
79-
scoop bucket add get-celq https://github.com/get-celq/scoop-bucket
80-
scoop install get-celq/celq
80+
choco install celq
8181
```
8282

8383
### Cargo

docs/installation_guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@ brew install get-celq/tap/celq
5151

5252
The formula also works for [Linuxbrew](https://docs.brew.sh/Homebrew-on-Linux).
5353

54-
### Chocolatey (Windows)
54+
### Scoop (Windows)
5555

56-
If you are a [Chocolatey](https://community.chocolatey.org/) user on Windows, you can install `celq` with:
56+
If you are a [Scoop](https://scoop.sh/) user on Windows, you can install `celq` with:
5757

5858
```bash
59-
choco install celq
59+
scoop bucket add get-celq https://github.com/get-celq/scoop-bucket
60+
scoop install get-celq/celq
6061
```
6162

62-
### Scoop (Windows)
63+
### Chocolatey (Windows)
6364

64-
If you are a [Scoop](https://scoop.sh/) user on Windows, you can install `celq` with:
65+
If you are a [Chocolatey](https://community.chocolatey.org/) user on Windows, you can install `celq` with:
6566

6667
```bash
67-
scoop bucket add get-celq https://github.com/get-celq/scoop-bucket
68-
scoop install get-celq/celq
68+
choco install celq
6969
```
7070

7171
### Cargo

0 commit comments

Comments
 (0)