Skip to content

Commit

Permalink
fix: install cargo-pgrx shell script in development.md (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: jinweios <jinwei.peng@beingthink.com>
  • Loading branch information
JinweiOS authored Feb 27, 2024
1 parent 1bae13c commit 35fe2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/developers/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
6. Install cargo-pgrx.

```sh
cargo install cargo-pgrx@$(grep 'pgrx = {' Cargo.toml | cut -d '"' -f 2)
cargo install cargo-pgrx@$(grep 'pgrx = { version' Cargo.toml | cut -d '"' -f 2)
cargo pgrx init
```

Expand Down

0 comments on commit 35fe2ee

Please sign in to comment.