Skip to content

Commit

Permalink
Fixes formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Aug 10, 2017
1 parent a93f3c1 commit 9ca399d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
!
Expand Down

0 comments on commit 9ca399d

Please sign in to comment.