From 70ceee06ff42fc06e0f4d113df4c8b76e81d007c Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 31 Jan 2021 10:58:26 -0500 Subject: [PATCH] Update README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9250f9..8c7ebd7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ # lightcards Terminal flashcards from Markdown. -# Installation -`make` +## Installation +Switch to newest version: `git checkout $(git tag | tail -n 1)`, or use the current development state. -# Usage +`make` to install for the current user, or `make global` to install for the whole system. + +## Usage see `lightcards --help` +## Input file +See `contrib/example.md` for an example input file + ## License Copyright Armaan Bhojwani 2021, MIT license -- 2.39.2