Mathieu il y a 6 ans
Parent
commit
45c1cfe844
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -15,8 +15,15 @@ Retrieve the repository:
 ```bash
 # Create the base directory:
 mkdir wwm
+cd wwm
+
 # Clone the repo:
 git clone https://code.ffdn.org/FFDN/wifi-with-me.git
+
+# If you need to change to a specific branch:
+cd wifi-with-me
+git checkout myBranch
+cd ..
 ```
 
 Create and activate the virtualenv with: