From 9ca399d9ea7afa0bab066f745bc4fc514bd1ee5d Mon Sep 17 00:00:00 2001 From: Sebastien Vincent Date: Thu, 10 Aug 2017 12:45:08 +0200 Subject: [PATCH] Fixes formatting. --- BUILD.md | 3 ++- README.md | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index e612b344..1a25d99c 100644 --- a/BUILD.md +++ b/BUILD.md @@ -46,7 +46,8 @@ To install the required dependencies on Mac OS, type the following commands: > brew install scons boost openssl -Building FreeLAN ---------------- +Building FreeLAN +---------------- FreeLAN is written in C++11. Make sure your C++ compiler is recent enough and supports this standard. On Linux for instance, you need at least `gcc >= 4.8` diff --git a/README.md b/README.md index 4c3266b0..ede22b67 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ Each node should have a different virtual IP address: you can specify the IPv4 address to use with the `tap_adapter.ipv4_address_prefix_length` option, like so: - freelan --security.passphrase "my secret" - --tap_adapter.ipv4_address_prefix_length 9.0.0.2/24 + freelan --security.passphrase "my secret" --tap_adapter.ipv4_address_prefix_length 9.0.0.2/24 Check out the [configuration file](apps/freelan/config/freelan.cfg) for details !