From 4fb5fec016f198944c176f92b373ffaee7e38113 Mon Sep 17 00:00:00 2001
From: bgallois <benjamin@gallois.cc>
Date: Wed, 9 Oct 2024 12:23:55 +0200
Subject: [PATCH] update binary name

---
 docs/user/installation_debian.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user/installation_debian.md b/docs/user/installation_debian.md
index 8e4fd6231..63bc8b37a 100644
--- a/docs/user/installation_debian.md
+++ b/docs/user/installation_debian.md
@@ -13,7 +13,7 @@
 1. Download the Duniter .deb file.
 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`.
-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`.
 6. Enable the service at startup: `sudo systemctl enable duniter-smith.service`.
 
-- 
GitLab