From: Armaan Bhojwani Date: Wed, 10 Feb 2021 01:08:43 +0000 (-0500) Subject: Update README X-Git-Tag: v0.6.0~27 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=76a23e7ad93d3a5cb954e0d5781182b1f356988c Update README --- diff --git a/README.md b/README.md index d9ba139..a0d74a5 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,14 @@ pip install lightcards ``` ### From Git +#### Stable version ``` -git clone https://git.sr.ht/~armaan/lightcards -cd lightcards -git checkout $(git tag | tail -n 1) # Dont include to use development version -pip install . +pip install git+https://git.sr.ht/~armaan/lightcards +``` + +#### Development version +``` +pip install git+https://git.sr.ht/~armaan/lightcards@devel ``` ## Usage