diff --git a/README.md b/README.md index d2cbcb1..d577dea 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,14 @@ FastEdge CLI and common runtime libraries Run following commands: ``` -$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -$ source "$HOME/.cargo/env" +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +source "$HOME/.cargo/env" ``` +## Pull submodules + +Run `git submodule update --init --recursive -f` + ## Building Run `cargo build --release` to build CLI tool and all required dependencies.