From 9eb0523ebef245793c0a61d39b25c2b66fd0699d Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Thu, 11 Feb 2021 20:27:35 -0500 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0d74a5..4dd7dc9 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,18 @@ pip install lightcards ``` ### From Git -#### Stable version +#### Main branch (stable) ``` pip install git+https://git.sr.ht/~armaan/lightcards ``` -#### Development version +#### Development branch ``` pip install git+https://git.sr.ht/~armaan/lightcards@devel ``` ## Usage -See `lightcards --help` for usage information. +See `lightcards --help` or `man lightcards` for usage information. ## Input file `contrib/example.md` is an example input file. Lightcards takes the first table from a valid Markdown or HTML file. Each row is a card, and the two columns are the front and back. -- 2.39.2