We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fce0f9 commit d40f102Copy full SHA for d40f102
1 file changed
README.md
@@ -19,7 +19,7 @@ For Debian/Ubuntu and derivatives (recommended for terminal usage):
19
20
You can use curl to do it from the command line:
21
```bash
22
- curl -s -L -o numberguessingame.deb https://github.com/Project516/NumberGuessingGame/releases/download/0.x.y/numberguessinggame.deb
+ curl -s -L -o numberguessinggame.deb https://github.com/Project516/NumberGuessingGame/releases/download/0.x.y/numberguessinggame.deb
23
```
24
where `x` and `y` is the version you want.
25
2. Install it:
0 commit comments