update readme

This commit is contained in:
Miraty 2024-03-15 00:16:10 +01:00
parent d92d2f5932
commit 8c8c60fafc
1 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ I'm using it with the "Command Output" KDE Plasma extension.
## Example ## Example
``` ```
$ dit-rs $ dit
4.42.88 4.42.88
12022, décade 23, tridi 12022, décade 23, tridi
``` ```
@ -18,20 +18,20 @@ $ dit-rs
### Using Cargo ### Using Cargo
``` ```shell
$ cargo build --release cargo build --release
``` ```
`dit-rs` will be in `target/release/` `dit` and `stardit` will be in `target/release/`
### Using Arch Linux ### Using Arch Linux
``` ```shell
$ makepkg makepkg
$ sudo pacman -U dit-rs-<version>-1-<arch>.pkg.tar.zst sudo pacman -U dit-rs-<version>-1-<arch>.pkg.tar.zst
``` ```
`dit-rs` will be in `/usr/bin/` `dit` and `stardit` will be in `/usr/bin/`
## Contribution ## Contribution