From 1b4d33d37d5b73ddf1488d099df8882bb843605c Mon Sep 17 00:00:00 2001 From: cogneato Date: Mon, 2 Jul 2018 23:30:17 -0600 Subject: [PATCH] Update network.md (#51) * Update network.md Clearing up network documentation, grammar * Update network.md --- Documentation/network.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/network.md b/Documentation/network.md index 1ce6cebe5..7956e04fb 100644 --- a/Documentation/network.md +++ b/Documentation/network.md @@ -1,8 +1,7 @@ # Network -HassOS use NetworkManager to control the host network. You can setup the network configuartion in future over the API/UI. -Actual we support only manual configuration with NetworkManager connection files. Without a configuration, we run default as -DHCP device. +HassOS uses NetworkManager to control the host network. In future releases, you can set up the configuration using the API/UI. +Currently only manual configuration using NetworkManager connection files is supported. Without a configuration file, the device will use DHCP by default. These network connection files can be placed on a USB drive as described in [Configuration][configuration-usb]. ## Configuration Examples @@ -56,3 +55,4 @@ dns=8.8.8.8;8.8.4.4; ``` [keyfile]: https://developer.gnome.org/NetworkManager/stable/nm-settings.html +[configuration-usb]: configuration.md