Skip to content

Commit

Permalink
Note that must be installed in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Sep 21, 2020
1 parent 6d017d2 commit 45b0a22
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ On debian-based linux:
sudo apt-get install postgresql
```
## `Diesel`
## `Diesel` CLI
Install [`diesel`](https://diesel.rs/) CLI:
Install [`diesel`](https://diesel.rs/) CLI (it is used for migrations management only):
```sh
cargo install diesel_cli --no-default-features --features postgres
Expand All @@ -133,6 +133,14 @@ On debian-based linux:
sudo apt-get install libpq-dev
```
## `sqlx` CLI
Also, we need [`sqlx`](https://github.com/launchbadge/sqlx) CLI (it is used to generate database wrappers):
```sh
cargo install --version=0.1.0-beta.1 sqlx-cli
```
## `solc`
You have to install `solc` v0.5.16. Instructions can be found at [readthedocs](https://solidity.readthedocs.io/en/v0.6.2/installing-solidity.html).
Expand Down

0 comments on commit 45b0a22

Please sign in to comment.