Przeglądaj źródła

tutorial: updated install instructions

lunar-mining 4 lat temu
rodzic
commit
c8902bd8f0
1 zmienionych plików z 7 dodań i 4 usunięć
  1. 7 4
      doc/tutorial.md

+ 7 - 4
doc/tutorial.md

@@ -28,16 +28,19 @@ $ make
 
 ## Install
 
-We will now install the project. This will install the binaries on your
-device in `/usr/local`, so you can run darkfi from the command-line
-directly. It will also create a new directory for config files at
-`$HOME/.config/darkfi`.
+We will now install the project. This will install the binaries
+and configurations in the configured namespace (`/usr/local`
+by default). The configurations are installed as TOML files in
+`/usr/local/share/doc/darkfi`. They have to be copied in your user's
+`$HOME/.config/darkfi` directory.
 
 Feel free to review the installed config files, but you don't need to
 change anything to run the testnet. The defaults will work fine.
 
 ```
 $ sudo make install
+$ mkdir -p ~/.config/darkfi
+$ cp -f /usr/local/share/doc/darkfi/*.toml ~/.config/darkfi
 ```
 
 ## Run