Some easy of access + readme

This commit is contained in:
2023-04-09 12:17:17 +02:00
parent c9a14a9b1d
commit 21a52e65eb
6 changed files with 71 additions and 14 deletions

View File

@ -1,2 +1,29 @@
# lfm-discord-presence
Discord RPC for LastFM
Discord Rich Presence for LastFM.
![](./assets/screenshot.png)
## Dependencies
- [Rust](https://www.rust-lang.org/)
- [Just](https://github.com/casey/just)
## Usage
### Setup
```bash
git clone https://git.cesium.pw/niku/lfm-discord-presence.git && cd $_
cp .env.sample .env
```
### Using systemd
Install:
```bash
just install
```
Uninstall:
```bash
just uninstall
```
### Using cargo
```bash
cargo run <lastfm-username>
```