diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-09 00:57:59 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-09 00:57:59 +0300 |
commit | 5981707f152b4e611abb50a6975a44548844117a (patch) | |
tree | 3c4a570b86e7ca3ef1b87da36311038fe6b51de6 | |
parent | 8710a919afecec802383c8b867ac9c20a6de10ad (diff) |
fix README.txt
-rw-r--r-- | README.txt | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,4 +1,5 @@ --- Slice It Off! -- +-- Slice It Off! v0.3b -- + Description: @@ -7,22 +8,28 @@ Description: get. If you hit enemies while slicing you lose healt. There will be also bonuses to boost the scores. + Installing: - One can use provided `./dev.sh` shell script to buid and install any - versionof game: + Get version on PyPI: + - pip install sliceitoff + + One can also use provided `./dev.sh` shell script to buid and install + any version of game: - `git clone https://git.hix.fi/scliceitoff.git` - `cd sliceitoff` - `./dev.sh install` Distribution package can be installed normally: - - `pipx install sliceitoff.*.tar.gz` + - `pip(x) install sliceitoff.*.tar.gz` + License: This project uses GPL-2 license. Used components uses their - licenses. There is gnufonts package from Freedos included in the - source tree and it's license can be fount on it's directory. + licenses. There is gnufonts package from FreeDOS included in the + source tree and it's license can be found on it's directory. + Developement: |