Browse Source

tutorial: updated install instructions

lunar-mining 4 years ago
parent
commit
c8902bd8f0
1 changed files with 7 additions and 4 deletions
  1. 7 4
      doc/tutorial.md

+ 7 - 4
doc/tutorial.md

@@ -28,16 +28,19 @@ $ make
 
 
 ## Install
 ## 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
 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.
 change anything to run the testnet. The defaults will work fine.
 
 
 ```
 ```
 $ sudo make install
 $ sudo make install
+$ mkdir -p ~/.config/darkfi
+$ cp -f /usr/local/share/doc/darkfi/*.toml ~/.config/darkfi
 ```
 ```
 
 
 ## Run
 ## Run