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
```
$ dit-rs
$ dit
4.42.88
12022, décade 23, tridi
```
@ -18,20 +18,20 @@ $ dit-rs
### Using Cargo
```
$ cargo build --release
```shell
cargo build --release
```
`dit-rs` will be in `target/release/`
`dit` and `stardit` will be in `target/release/`
### Using Arch Linux
```
$ makepkg
$ sudo pacman -U dit-rs-<version>-1-<arch>.pkg.tar.zst
```shell
makepkg
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