diff --git a/book/src/installation/from_source.md b/book/src/installation/from_source.md index bbc9f2f2..9d54d5f7 100644 --- a/book/src/installation/from_source.md +++ b/book/src/installation/from_source.md @@ -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 . ```