Skip to content

Commit

Permalink
chore: add all features flag in from source docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Aug 8, 2022
1 parent 44cacbe commit 363c183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/installation/from_source.md
Expand Up @@ -11,5 +11,5 @@ The following instructions show how to build and install _Oura_ from source code
```
git clone git@github.com:txpipe/oura.git
cd oura
cargo install --path .
cargo install --all-features --path .
```

0 comments on commit 363c183

Please sign in to comment.