Skip to content

Commit 361df31

Browse files
authored
Change git clone branch from 'dev' to 'main'
Updated the clone command to use the 'main' branch instead of 'dev'.
1 parent a4bc27a commit 361df31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Ready to explore iAPS? Here's how you can download and build the repository:
1414

1515
clone and open workspace project in Xcode
1616
```bash
17-
git clone --recurse-submodules --branch=dev https://github.com/artificial-pancreas/iaps.git && cd iaps && xed .
17+
git clone --recurse-submodules --branch=main https://github.com/artificial-pancreas/iaps.git && cd iaps && xed .
1818
```
1919
### Update the submodules in your local (old) clone
2020

0 commit comments

Comments
 (0)