Merge branch 'md' into 'master'
Fix Readme See merge request ynerant/squirrel-battle!82
This commit is contained in:
commit
4c274bebb9
22
README.md
22
README.md
|
@ -14,11 +14,15 @@ Squirrel Battle is an infinite rogue-like game with randomly generated levels, i
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
#### Via PyPI :
|
#### Via PyPI :
|
||||||
``` pip install --user squirrel-battle
|
```
|
||||||
``` to install
|
$ pip install --user squirrel-battle
|
||||||
|
```
|
||||||
|
to install
|
||||||
|
|
||||||
``` pip install --user --upgrade squirrel-battle
|
```
|
||||||
``` to upgrade
|
$ pip install --user --upgrade squirrel-battle
|
||||||
|
```
|
||||||
|
to upgrade
|
||||||
|
|
||||||
#### Via ArchLinux package :
|
#### Via ArchLinux package :
|
||||||
Download one of these two packages on the AUR :
|
Download one of these two packages on the AUR :
|
||||||
|
@ -29,11 +33,13 @@ Download one of these two packages on the AUR :
|
||||||
#### Via Debian package :
|
#### Via Debian package :
|
||||||
Available on our git repository, has a dependency on fonts-noto-color-emoji (to be found in the official Debian repositories).
|
Available on our git repository, has a dependency on fonts-noto-color-emoji (to be found in the official Debian repositories).
|
||||||
|
|
||||||
Run ```
|
Run
|
||||||
dpkg -i python3-squirrelbattle_23.14_all.deb
|
```
|
||||||
``` after downloading
|
$ dpkg -i python3-squirrelbattle_23.14_all.deb
|
||||||
|
```
|
||||||
|
after downloading
|
||||||
|
|
||||||
In all cases, execute via command line : ```squirrel-battle```
|
In all cases, execute via command line : `squirrel-battle`
|
||||||
|
|
||||||
## For first-time players
|
## For first-time players
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue