aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2016-11-12 23:23:46 -0600
committerBen Beltran <ben@nsovocal.com>2016-11-12 23:23:46 -0600
commit026a2f69776d0a8c9e15e560bef4a8a01f510aa0 (patch)
treefeef18ae6adfef33d8d78ad61df47a70c19636b9 /README.md
parentc3180470b5b2549a6fd5833e85a8bcbfad818fb3 (diff)
Add basic option parsing
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6713a7d..71d7259 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
-#Lyricli (lrc)
+# Lyricli (lrc)
A command line tool to show the lyrics of your current song
+
+## Building
+
+Run `swift build`
+
+## Running tests
+
+Run `swift test`