update markdown format for example

This commit is contained in:
yggverse 2025-08-16 19:34:41 +03:00
parent 8526a36a3a
commit 1b46cccc0e

View file

@ -17,9 +17,11 @@ cargo install yps
### Repository ### Repository
* `git clone https://github.com/yggverse/yps.git && cd yps` ``` bash
* `cargo build --release` git clone https://github.com/yggverse/yps.git && cd yps
* `sudo install target/release/yps /usr/local/bin/yps` cargo build --release
sudo install target/release/yps /usr/local/bin/yps
```
## Usage ## Usage