diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-12 23:23:46 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-12 23:23:46 -0600 |
| commit | 026a2f69776d0a8c9e15e560bef4a8a01f510aa0 (patch) | |
| tree | feef18ae6adfef33d8d78ad61df47a70c19636b9 /README.md | |
| parent | c3180470b5b2549a6fd5833e85a8bcbfad818fb3 (diff) | |
Add basic option parsing
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` |