Skip to content

Commit 66ca9e6

Browse files
authored
Update README.md
1 parent 5196bcd commit 66ca9e6

File tree

1 file changed

+2
-66
lines changed

1 file changed

+2
-66
lines changed

README.md

Lines changed: 2 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -26,73 +26,9 @@ Please understand that this project:
2626
<a href="/Documentation/Screenshots/Watch%20Notification%20Reservoir.png"><img src="/Documentation/Screenshots/Watch%20Notification%20Reservoir.png?raw=true" alt="Screenshot of bolus failure notification on Apple Watch" width="141"></a>
2727
<a href="/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png"><img src="/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png?raw=true" alt="Screenshot of bolus failure notification on Apple Watch" width="141"></a>
2828

29-
# Requirements
29+
# Documentation
3030

31-
<table>
32-
<thead>
33-
<tr>
34-
<td colspan="2" rowspan="4"></td>
35-
<th colspan="4">Insulin Pump</th>
36-
</tr>
37-
<tr>
38-
<th>MM 515/715<sup><a href="#hw2">2</a></sup></th>
39-
<th>MM 522/722<sup><a href="#hw2">2</a></sup></th>
40-
<th>MM 523/723<sup><a href="#hw3">3</a></sup></th>
41-
<th>MM 554/754<sup><a href="#hw3">3</a></sup></th>
42-
</tr>
43-
</thead>
44-
<tbody>
45-
<tr>
46-
<th rowspan="4">CGM</th>
47-
<th>Dexcom G4<sup><a href="#hw1">1</a> </sup></th>
48-
<td>✅</td>
49-
<td>✅</td>
50-
<td>✅</td>
51-
<td>✅</td>
52-
</tr>
53-
<tr>
54-
<th>Dexcom G5</th>
55-
<td>✅</td>
56-
<td>✅</td>
57-
<td>✅</td>
58-
<td>✅</td>
59-
</tr>
60-
<tr>
61-
<th>MM CGM</th>
62-
<td>❌<sup></td>
63-
<td>❌<sup><a href="#hw4">4</a></sup></td>
64-
<td>✅</td>
65-
<td>✅</td>
66-
</tr>
67-
</tbody>
68-
</table>
69-
70-
<br/><a name="hw1">1</a>. Offline access to glucose requires a Receiver with Share and the [Share2 app](https://itunes.apple.com/us/app/dexcom-share2/id834775275?mt=8) to be running on the same device. Internet-dependent access via Share servers is also supported.
71-
<br/><a name="hw2">2</a>. Pump must have a remote ID added in the [Remote Options](https://www.medtronicdiabetes.com/sites/default/files/library/download-library/workbooks/x22_menu_map.pdf) menu.
72-
<br/><a name="hw3">3</a>. Early firmware (US <= 2.4A, AU/EUR <= 2.6A) is required for using Closed Loop and Bolus features.
73-
<br/><a name="hw4">4</a>. It's not impossible, but comms-heavy and there's [some work to be done](https://github.com/LoopKit/Loop/issues/100).
74-
75-
### Mac and Xcode
76-
77-
To build Loop you will need a Mac, and have Xcode 8 installed on it. You can build Loop without an Apple Developer Account, but any apps built this way will expire after a week, so signing up for the $99 developer account is recommended.
78-
79-
### iOS Phone
80-
81-
Loop will run on on any iPhone that is compatible with iOS 10.
82-
83-
### RileyLink
84-
85-
Bluetooth LE communication with Minimed pumps is enabled by the [RileyLink](https://github.com/ps2/rileylink), a compact BLE-to-916MHz bridge device designed by [@ps2](https://github.com/ps2). Please visit the [repository](https://github.com/ps2/rileylink) and the [gitter room](https://gitter.im/ps2/rileylink) for more information.
86-
87-
### Carthage
88-
89-
[Carthage](https://github.com/carthage/carthage) is used to manage framework dependencies. It will need to be [installed on your Mac](https://github.com/carthage/carthage#installing-carthage) to build and run the app, but most users won't have a need to explicitly rebuild any dependencies.
90-
91-
# Getting Started
92-
93-
[Sign up for the Loop Users announcement list](https://groups.google.com/forum/#!forum/loop-ios-users) to stay informed of critical issues that may arise.
94-
95-
Please use the [Guide to Loop](https://github.com/LoopKit/Loop/wiki/Guide) for building, installation, and configuration instructions.
31+
Please visit the [Loop Docs](https://loopkit.github.io/loopdocs/) for installation, algorithm, and other details.
9632

9733
For FAQs and other tips, refer to the [Wiki](https://github.com/LoopKit/Loop/wiki)
9834

0 commit comments

Comments
 (0)