diff --git a/README.md b/README.md index 5181797..e52a4d5 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,11 @@ cargo install yps ### Repository -* `git clone https://github.com/yggverse/yps.git && cd yps` -* `cargo build --release` -* `sudo install target/release/yps /usr/local/bin/yps` +``` bash +git clone https://github.com/yggverse/yps.git && cd yps +cargo build --release +sudo install target/release/yps /usr/local/bin/yps +``` ## Usage