diff --git a/docs/setup_commandes.txt b/docs/setup_commandes.txt
index d4359d2a8562e636a07577e043778b87a32db034..6495df22c384fbfa0023011a15cb7283ce569719 100644
--- a/docs/setup_commandes.txt
+++ b/docs/setup_commandes.txt
@@ -1,5 +1,5 @@
 Connexion:
-  - nslookup <hostname_raspberry>.local ou ping <hostname_raspberry>.local -4
+  - ping <hostname_raspberry>.local -4
   - ssh <user>@<ip_raspberry>
 
 Avant Installation:
@@ -12,6 +12,7 @@ Installation:
   Premier nœud: 
     - sudo su
     - curl -sfL https://get.k3s.io | sh -s - --cluster-init
+    - cat /var/lib/rancher/k3s/server/node-token
 
   Prochains nœuds:
     - sudo su
@@ -26,4 +27,4 @@ Vérification:
 Désinstallation:
   - sudo k3s-uninstall.sh
   - sudo rm -rf /var/lib/rancher/k3s
-  - shutdown now
\ No newline at end of file
+  - shutdown now