diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-13 00:01:00 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-13 00:01:00 -0600 |
| commit | 1f7088f6391dfbffcd8f243f8d1509be8a209604 (patch) | |
| tree | 790b7ffcb61e23f08d97559833c7208ee55b8ad9 /README.md | |
| parent | bcd37f402a2586d051ac10a6a4982c8c226b2cce (diff) | |
| parent | 8b945f7eefe50a5d4230a765b8be9adb94e1678b (diff) | |
Merge branch 'feature/option-parsing' into develop
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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` |