Skip to content

Commit

Permalink
README.md: improve topiary install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 27, 2024
1 parent 86ca5d6 commit a0d9ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ npm install -g @ursalang/ursa
Install the Ursa fork of Topiary (code formatter, you will need a [Rust](https://www.rust-lang.org/) toolchain):

```sh
git clone https://github.com/rrthomas/topiary ~/topiary && cd ~/topiary && cargo install --path topiary-cli
TOPIARY_DIR=/path/to/topiary
git clone https://github.com/rrthomas/topiary "$TOPIARY_DIR" && cd "$TOPIARY_DIR" && cargo install --path topiary-cli
```

## Use
Expand Down

0 comments on commit a0d9ad9

Please sign in to comment.