## Usage
Running without arguments will try to detect your current song in apple music or spotify
+```
+$ lrc
+```
+
You can run it with artist name and song name to fetch it manually
```
$ lrc --list-sources
```
+## Manual
+
+If you install using the rpm and deb you should be able to call help with man
+
+```
+man lrc
+```
+
## Changelog
* 3.0.0 Rewritten in rust, supports linux media players. Relicensed to AGPL 3.0