From 76a23e7ad93d3a5cb954e0d5781182b1f356988c Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 9 Feb 2021 20:08:43 -0500 Subject: [PATCH] Update README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.39.2