Skip to content

Commit 25dc8bc

Browse files
authored
Merge pull request #245 from Kdisimone/master
Update for Guide link
2 parents 5d88519 + 08719e2 commit 25dc8bc

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

README.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Please understand that this project:
7474

7575
### Mac and Xcode
7676

77-
To build Loop you will need a Mac, and have Xcode 8 installed on it. You will need to use git, either from the command line, or with a GUI like the Github Desktop Client. 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.
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.
7878

7979
### iOS Phone
8080

@@ -90,34 +90,11 @@ Bluetooth LE communication with Minimed pumps is enabled by the [RileyLink](http
9090

9191
# Getting Started
9292

93-
[Fork](https://help.github.com/articles/fork-a-repo/) and [clone](https://help.github.com/articles/cloning-a-repository/) this repository so you can commit the changes you'll make below.
94-
9593
[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.
9694

97-
## Assigning a Bundle Identifier
98-
99-
[![Assigning a bundle identifier](/Documentation/Assigning%20a%20bundle%20identifier.png?raw=true)](/Documentation/Assigning%20a%20bundle%20identifier.png)
100-
101-
Open `Loop.xcodeproj` in Xcode. In the Project Navigator on the left-hand side, open `Loop.xcconfig`. Change the value of `MAIN_APP_BUNDLE_IDENTIFIER` to a unique reverse-domain name of your choosing.
102-
103-
## In-App Setup
104-
105-
Follow the instructions at [In-app-setup](https://github.com/LoopKit/Loop/wiki/In-app-setup).
106-
107-
## Configuring Services
108-
109-
Loop optionally supports select third-party remote services, which are configured in the Settings screen.
110-
111-
| Service | Description
112-
| ---------------------- | -------------
113-
| Dexcom Share | Downloads glucose data if a local G5 Transmitter or G4 Receiver with Share is not available.
114-
| Nightscout | Uploads treatments and other pump data. Note that you will need to set "Nightscout history uploading" to "On" in Settings for treatments to be fetched from your pump and uploaded to Nightscout.
115-
| mLab | Uploads diagnostic data about each loop run, as well as app errors. At this time, it is strongly recommended that you configure this service in case retrospective analysis is needed.
116-
| Amplitude | Tracks private, single-user behavioral and system analytics (no health data is sent)
117-
118-
# Making it Your Own
95+
[Please visit the Wiki for a "Guide to Loop" setup, installation, FAQs, and use.](https://github.com/LoopKit/Loop/wiki)
11996

120-
[Please visit the Wiki for more info on customizing the app](https://github.com/LoopKit/Loop/wiki/Personalizing-Your-App-Name-&-Icon)
97+
(Note: there is also a tab for the Wiki at the top of this page)
12198

12299
# License and Code of Conduct
123100

0 commit comments

Comments
 (0)