From 5981707f152b4e611abb50a6975a44548844117a Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Tue, 9 Apr 2024 00:57:59 +0300 Subject: fix README.txt --- README.txt | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 40e4264..fafd94b 100644 --- a/README.txt +++ b/README.txt @@ -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: -- cgit v1.2.3