From: Armaan Bhojwani Date: Mon, 1 Feb 2021 18:54:54 +0000 (-0500) Subject: Update README X-Git-Tag: v0.6.0~49 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=e29685d1b1476f8c59b4c14563a449d8385b9399 Update README --- diff --git a/README.md b/README.md index 9bc7879..9330901 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,23 @@ Terminal flashcards from Markdown. ## Installation ### From PyPI -`pip install lightcards` +``` +pip install lightcards +``` ### 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 .` +git checkout $(git tag | tail -n 1) # Dont include to use development version +pip install . ``` ## Usage -see `lightcards --help` +See `lightcards --help` for usage information. ## Input file -See `contrib/example.md` for an example input file +`contrib/example.md` is an example input file. Lightcards takes any valid Markdown or HTML table. Each row is a card, and each of the first two columns is a side. ## License Copyright Armaan Bhojwani 2021, MIT license