Skip to content

Commit

Permalink
Changed to correct shell after Rust install.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Nov 15, 2024
1 parent fb1b0ad commit 56d519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo apt update
sudo apt install --yes git build-essential pkg-config cmake clang lldb lld libssl-dev libpq-dev apt-transport-https ca-certificates curl software-properties-common

# Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash
# For running unit tests
cargo install cargo-nextest --locked
# SQL tools
Expand Down

0 comments on commit 56d519d

Please sign in to comment.