X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=README.md;h=9bc7879b87a73b2caa46a853538a07433b454ac7;hp=8c7ebd73b6a44cb4c0fc2c1a874ee4f69517a62d;hb=ae89ff9e73baee789bcfa1c914da8e29feb2dc04;hpb=b1a79e70ed02ceeac0f2343067e0f58deff3b37e diff --git a/README.md b/README.md index 8c7ebd7..9bc7879 100644 --- 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`