diff --git a/README.md b/README.md index 7662c98..701136f 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,21 @@ cargo install -f cargo-binutils rustup component add llvm-tools-preview ``` +``` +cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres +``` + ### Linux ```bash # Ubuntu -sudo apt-get install lld clang +sudo apt-get install lld clang libssl-dev postgresql-client # Arch -sudo pacman -S lld clang +sudo pacman -S lld clang postgresql +``` + +``` +cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres ``` ### MacOS @@ -60,6 +68,10 @@ sudo pacman -S lld clang brew install michaeleisel/zld/zld ``` +``` +cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres +``` + ## How to build Launch a (migrated) Postgres database via Docker: