aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2016-11-13 00:01:00 -0600
committerBen Beltran <ben@nsovocal.com>2016-11-13 00:01:00 -0600
commit1f7088f6391dfbffcd8f243f8d1509be8a209604 (patch)
tree790b7ffcb61e23f08d97559833c7208ee55b8ad9 /README.md
parentbcd37f402a2586d051ac10a6a4982c8c226b2cce (diff)
parent8b945f7eefe50a5d4230a765b8be9adb94e1678b (diff)
Merge branch 'feature/option-parsing' into develop
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`