Skip to content

Commit

Permalink
docs: make install
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastien committed Sep 29, 2023
1 parent c587eff commit 5028235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ test:
install:
$(CARGO_BIN) install --path oal-client

all: build lint fmt test install
all: fmt lint build test install
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ As OpenAPI is better produced or consumed by machines rather than humans, OAL tr
This step requires a [local Rust and Cargo installation](https://doc.rust-lang.org/cargo/getting-started/installation.html).

```
cargo install --path oal-client
make install
```
Optional: a [VSCode language extension](https://github.com/oxlip-lang/oal-vscode) is available for syntax highlighting and IDE capabilities.

Expand Down

0 comments on commit 5028235

Please sign in to comment.