diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-25 16:54:57 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-25 16:54:57 +0100 |
commit | bf67afa371501ef7638881e921a980b45e5374a0 (patch) | |
tree | e2f361bc6e4ec4d5a1cee265167a4b0a9590c7af | |
parent | 39ae951aab014ece66c921b8827b78550e223fb2 (diff) | |
download | sentrum-bf67afa371501ef7638881e921a980b45e5374a0.tar.gz sentrum-bf67afa371501ef7638881e921a980b45e5374a0.tar.bz2 sentrum-bf67afa371501ef7638881e921a980b45e5374a0.zip |
Reword README
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -18,10 +18,10 @@ Example screenshot of many noifications for a single transaction: Either: -* Compile from source using `cargo install sentrum` (binary will be installed in -`~/.cargo/bin`) * Download the binary from the [releases page](https://github.com/sommerfelddev/sentrum/releases) +* Install `cargo`, compile from source using `cargo install sentrum` (binary +will be installed in `~/.cargo/bin`) * If using archlinux, install it from the AUR: [sentrum](https://aur.archlinux.org/packages/sentrum), [sentrum-bin](https://aur.archlinux.org/packages/sentrum-bin) or @@ -46,7 +46,6 @@ invocation and that will override any of the above. ```bash cp sentrum.sample.toml sentrum.toml -sudo cp sentrum.sample.toml /etc/sentrum/sentrum.toml ``` or |