瀏覽代碼

Merge pull request #735 from chaychoong/fix/path

docs: wrong file path for netclient config
dcarns 3 年之前
父節點
當前提交
8195ec25e9
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/_build/html/_sources/client-installation.rst.txt
  2. 1 1
      docs/client-installation.rst

+ 1 - 1
docs/_build/html/_sources/client-installation.rst.txt

@@ -185,7 +185,7 @@ If the daemon is not running correctly run, try restarting the daemon, or pullin
 Making Updates
 Making Updates
 ----------------
 ----------------
 
 
-``vim /etc/netclient/netconfig-<network>``
+``vim /etc/netclient/config/netconfig-<network>``
 
 
 Change any of the variables in this file, and changes will be pushed to the server and processed locally on the next checkin.
 Change any of the variables in this file, and changes will be pushed to the server and processed locally on the next checkin.
 
 

+ 1 - 1
docs/client-installation.rst

@@ -185,7 +185,7 @@ If the daemon is not running correctly run, try restarting the daemon, or pullin
 Making Updates
 Making Updates
 ----------------
 ----------------
 
 
-``vim /etc/netclient/netconfig-<network>``
+``vim /etc/netclient/config/netconfig-<network>``
 
 
 Change any of the variables in this file, and changes will be pushed to the server and processed locally on the next checkin.
 Change any of the variables in this file, and changes will be pushed to the server and processed locally on the next checkin.