From: Armaan Bhojwani Date: Tue, 5 Jan 2021 19:38:58 +0000 (-0500) Subject: Update README.md X-Git-Tag: v1.0.1~1 X-Git-Url: https://git.armaanb.net/?p=phrases.git;a=commitdiff_plain;h=c348880b3512eb2881c9de33fc6b559ea6777b93 Update README.md --- diff --git a/README.md b/README.md index 8ceb359..73fcc13 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Latin famous phrases in the terminal ## Installation -### On Linux + MacOS +Clone the repository to get the development version, or get the latest release from [here](https://git.sr.ht/~armaan/phrases/refs) + `sudo make install` to install the `phrases` script. `sudo make install-extract` to install the `phrases-extract` script. `sudo make uninstall` to uninstall completely. @@ -10,7 +11,7 @@ Latin famous phrases in the terminal The program can also be run without installing as well -### Notes +## Notes * The `extract.py` script (installed in $PATH as `phrases-extract`) requires the beautifulsoup4 Python module * Tested and written on Python 3.9.0