]> git.armaanb.net Git - lightcards.git/blobdiff - README.md
Restructure root and remove Makefile
[lightcards.git] / README.md
index 8c7ebd73b6a44cb4c0fc2c1a874ee4f69517a62d..9bc7879b87a73b2caa46a853538a07433b454ac7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,9 +2,16 @@
 Terminal flashcards from Markdown.
 
 ## Installation
-Switch to newest version: `git checkout $(git tag | tail -n 1)`, or use the current development state.
+### From PyPI
+`pip install lightcards`
 
-`make` to install for the current user, or `make global` to install for the whole system.
+### From Git
+```
+git clone https://git.sr.ht/~armaan/lightcards
+cd lightcards
+git checkout $(git tag | tail -n 1) # Don't include to use development version
+`pip install .`
+```
 
 ## Usage
 see `lightcards --help`