From: Alex Schroeder Date: Thu, 15 Aug 2019 10:39:52 +0000 (+0200) Subject: README: add more details about installation X-Git-Url: https://vcs.fsf.org/?p=jan-pona-mute.git;a=commitdiff_plain;h=16c43336ccca176f10922a740d24a0ead9543e99 README: add more details about installation --- diff --git a/README.md b/README.md index 46dbc4b..9f2019f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,18 @@ $ pip3 install . This gives me version 0.6.0. When I use `pip3 install diaspy` I get version 0.3.0 and that doesn't work. 🤷 +You need to download this program as well, obviously. + +```text +$ git clone https://alexschroeder.ch/cgit/jan-pona-mute +``` + +With that done, you should be able to run it: + +```text +$ python3 jan-pona-mute/jan-pona-mute.py +``` + Quickstart ----------