Skip to content

Commit

Permalink
Adding Cargo install to README
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed May 5, 2024
1 parent 8d451f3 commit 716754e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,22 @@ E = m c^2

## Installation

### Nix
### Cargo

``` shell
nix build "github:wgunderwood/tex-fmt"
# install stable release
cargo install tex-fmt

# install from github
cargo install --git "https://github.com/wgunderwood/tex-fmt"
```

### Cargo
### Nix

``` shell
cargo install --git "https://github.com/wgunderwood/tex-fmt"
nix build "github:wgunderwood/tex-fmt"
```

## Performance

Run `perf.sh` to format all test cases.
Expand Down

0 comments on commit 716754e

Please sign in to comment.