From 3476727923181e5ecbbcab8d8a34bc12e04c4e7a Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Fri, 20 Sep 2024 14:44:15 +0100 Subject: [PATCH] Readme: add more rustup steps --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b54956f773..0817a72362 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,11 @@ Building Neon requires 3.15+ version of `protoc` (protobuf-compiler). If your di ``` # recommended approach from https://www.rust-lang.org/tools/install curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + +# add $HOME/.cargo/bin to PATH +echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.zshrc + +rustup show ``` #### Installing dependencies on macOS (12.3.1) @@ -74,6 +79,11 @@ brew link --force m4 ``` # recommended approach from https://www.rust-lang.org/tools/install curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + +# add $HOME/.cargo/bin to PATH +echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.zshrc + +rustup show ``` 3. Install PostgreSQL Client