From c348880b3512eb2881c9de33fc6b559ea6777b93 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 5 Jan 2021 14:38:58 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2