Browse Source

Fix README

Mathieu 6 years ago
parent
commit
45c1cfe844
1 changed files with 7 additions and 0 deletions
  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: