]> git.armaanb.net Git - lightcards.git/commitdiff
Update README
authorArmaan Bhojwani <me@armaanb.net>
Wed, 10 Feb 2021 01:08:43 +0000 (20:08 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Wed, 10 Feb 2021 01:08:43 +0000 (20:08 -0500)
README.md

index d9ba139524820ccaa9d0314a037bf177fd76fc72..a0d74a5d632b182ff49661aa38b675640ba52da8 100644 (file)
--- 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