mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 22:16:40 +00:00
Update README
This commit is contained in:
parent
ac8a60b4c5
commit
1d8b20fd03
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ rustup component add llvm-tools-preview
|
|||
```
|
||||
|
||||
```
|
||||
cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres
|
||||
cargo install --version=0.6.0 sqlx-cli --no-default-features --features postgres
|
||||
```
|
||||
|
||||
### Linux
|
||||
|
@ -59,7 +59,7 @@ sudo pacman -S lld clang postgresql
|
|||
```
|
||||
|
||||
```
|
||||
cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres
|
||||
cargo install --version=0.6.0 sqlx-cli --no-default-features --features postgres
|
||||
```
|
||||
|
||||
### MacOS
|
||||
|
@ -69,7 +69,7 @@ brew install michaeleisel/zld/zld
|
|||
```
|
||||
|
||||
```
|
||||
cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres
|
||||
cargo install --version=0.6.0 sqlx-cli --no-default-features --features postgres
|
||||
```
|
||||
|
||||
## How to build
|
||||
|
|
Loading…
Reference in a new issue