From 9b75404b21f0fa98d24b98a9b5416f1f2a7ab8dd Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 5 Jul 2021 18:45:29 -0600 Subject: [PATCH] Added readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..03ac327 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# gdead + +Opens grateful dead soundboards and plays them in your terminal. + +## Installation + +```sh +# Download +git clone https://gitea.ksn.gf4/ki9/gdead.git /usr/local/src/gdead +# "Build" +ln -s /usr/local/src/gdead/gdead /usr/local/bin/gdead +``` + +## Usage + +Takes year, month, and day as arguments and plays the top-rated soundboard on [archive.org](https://archive.org/details/GratefulDead). All three args are required. + +```sh +gdead 1969 08 16 +```