From d8c5ad50f2c2044bf8fa731e65812d1e994e8885 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 15 Dec 2017 17:45:42 -0800 Subject: [PATCH] Shortened section headings in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d189e5d..f131d46 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For an example using only the [Virtual Layer 2](https://www.zerotier.com/manual. *** -### Building using CMake (recommended) +### Build We recommend using [CMake](https://cmake.org/) for its extensive cross-platform build support. @@ -71,9 +71,9 @@ cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=DEBUG cmake --build -build ``` -Builds are placed in `bin\` and `bin\lib`. Change `CMAKE_BUILD_TYPE` to `RELEASE` for a smaller and optmized build. +Builds are placed in `bin` and `bin\lib`. Change `CMAKE_BUILD_TYPE` to `RELEASE` for a smaller and optmized build. -### Installing/Uninstalling the library +### Install - Install: `make install` - Uninstall: `xargs rm < install_manifest.txt`