Some easy of access + readme
This commit is contained in:
29
README.md
29
README.md
@ -1,2 +1,29 @@
|
||||
# lfm-discord-presence
|
||||
Discord RPC for LastFM
|
||||
Discord Rich Presence for LastFM.
|
||||
|
||||

|
||||
|
||||
## 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>
|
||||
```
|
Reference in New Issue
Block a user