Small README edit

This commit is contained in:
Joseph Henry
2018-10-12 16:06:10 -07:00
parent 24e74a8fc8
commit 2f904ccdc6

View File

@@ -70,9 +70,7 @@ For an example using only the [Virtual Layer 2](https://www.zerotier.com/manual.
We recommend using [CMake](https://cmake.org/) and [clang](https://en.wikipedia.org/wiki/Clang).
```
git submodule init
git submodule update
make patch
git submodule update --init && make patch
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
```