Skip to content

Commit 443edce

Browse files
authored
Merge pull request #82 from Project516/debtest
fix
2 parents 43d1e01 + 7423eb4 commit 443edce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ For Debian/Ubuntu and derivatives (recommended for terminal usage):
2727
sudo apt update # Update packages
2828
sudo apt install ./numberguessinggame.deb # From directory with the deb package
2929
sudo apt install -f # Install dependencies
30+
echo 'export PATH=$PATH:/usr/games' >> ~/.bashrc # Add games directory to user PATH
31+
source ~/.bashrc
3032
```
3133
3. Run from anywhere in your terminal:
3234
```bash
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
# Wrapper script to launch Number Guessing Game
33

4-
java -jar /usr/share/games/numberguessinggame/game.jar -c "$@"
4+
java -jar /usr/share/games/numberguessinggame/game.jar --console "$@"

0 commit comments

Comments
 (0)