Skip to content

Commit f2b6ad3

Browse files
authored
Update README.md
1 parent 84ee666 commit f2b6ad3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# iAPS: Your Experimental Artificial Pancreas System for iOS
22

3-
iAPS is an advanced artificial pancreas system for iOS, built upon the foundation of Ivan Valkou's original `freeaps.git` Swift repository and powered by the **OpenAPS Reference (Master 0.7.1)** algorithms. After thousands of commits and the addition of many unique features, the app has been rebranded as iAPS under the new organization, Artificial Pancreas. We also leverage numerous frameworks published by the **Loop community** to bring you this robust system.
3+
iAPS is an advanced artificial pancreas system for iOS, built upon the foundation of Ivan Valkou's original `freeaps.git` Swift repository and powered by the **OpenAPS Reference (Master 0.7.1)** algorithms. After thousands of commits and the addition of many unique features, the app has been rebranded as iAPS (*i* as in *Ivan* and *iOS*) under the new organization, Artificial Pancreas. We also leverage numerous frameworks published by the **Loop community** to bring you this robust system.
44

55
-----
66

@@ -13,9 +13,7 @@ Ready to explore iAPS? Here's how you can download and build the repository:
1313
* **Using Terminal:**
1414

1515
```bash
16-
git clone --branch=main https://github.com/artificial-pancreas/iaps.git
17-
cd iaps
18-
xed .
16+
git clone --branch=main https://github.com/artificial-pancreas/iaps.git && cd iaps && xed .
1917
```
2018

2119
* **Using the GitHub Interface:**

0 commit comments

Comments
 (0)