@@ -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: