Skip to content

Commit

Permalink
docs: fix getting-started docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emaxerrno committed Jul 31, 2018
1 parent bc1e76c commit 1c218d3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/getting_started.md
Expand Up @@ -19,17 +19,18 @@ It is a fully compliant CMake project. If you know CMake you can skip this part.
```bash
git clone https://github.com/senior7515/smf.git
cd smf
git clone https://github.com/senior7515/smf --recursive
git submodule update --init --recursive

# Install smf deps
# Install seastar system deps
#

./install-deps.sh
./src/third_party/seastar/install-dependencies.sh

# Install seastar system deps
# Install smf deps
#

./src/third_party/seastar/install-dependencies.sh
./install-deps.sh


# We have a wrapper script to build the project
# try build.sh -h for more advanced usage!
Expand Down

0 comments on commit 1c218d3

Please sign in to comment.