diff --git a/Makefile b/Makefile index 8a24e98..0be0d06 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,4 @@ test: install: $(CARGO_BIN) install --path oal-client -all: build lint fmt test install +all: fmt lint build test install diff --git a/README.md b/README.md index 4cd333c..e457200 100644 --- a/README.md +++ b/README.md @@ -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.