Fix Readme

This commit is contained in:
ynerant 2021-01-25 15:04:47 +01:00
parent 6566f5140a
commit a28909bb70
1 changed files with 19 additions and 13 deletions

View File

@ -14,11 +14,15 @@ Squirrel Battle is an infinite rogue-like game with randomly generated levels, i
## Installation
#### 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 :
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 :
Available on our git repository, has a dependency on fonts-noto-color-emoji (to be found in the official Debian repositories).
Run ```
dpkg -i python3-squirrelbattle_23.14_all.deb
``` after downloading
Run
```
$ 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