Skip to content
Snippets Groups Projects
Commit 4fb5fec0 authored by bgallois's avatar bgallois Committed by Hugo Trentesaux
Browse files

update binary name

parent e02d2fd6
No related branches found
No related tags found
1 merge request!283Fix doc deb
Pipeline #38254 skipped
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
1. Download the Duniter .deb file. 1. Download the Duniter .deb file.
2. Install the package: `dpkg -i duniter_vx.y.z.deb`. 2. Install the package: `dpkg -i duniter_vx.y.z.deb`.
3. Change the default configuration (at least the node name) by modifying `/etc/duniter/env_file`. 3. Change the default configuration (at least the node name) by modifying `/etc/duniter/env_file`.
4. Create network keys using the same base path as in the config file: `duniter key generate-node-key --base-path <YOUR_BASE_PATH> --chain <YOUR_CHAIN>`. 4. Create network keys using the same base path as in the config file: `duniter2 key generate-node-key --base-path <YOUR_BASE_PATH> --chain <YOUR_CHAIN>`.
5. Start the service: `sudo systemctl start duniter-smith.service`. 5. Start the service: `sudo systemctl start duniter-smith.service`.
6. Enable the service at startup: `sudo systemctl enable duniter-smith.service`. 6. Enable the service at startup: `sudo systemctl enable duniter-smith.service`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment