Skip to content

Commit 4be7b47

Browse files
authored
Update README.md
1 parent b221ebc commit 4be7b47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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+
# Requirements
3030

3131
<table>
3232
<thead>
@@ -76,6 +76,10 @@ To build Loop you will need a mac computer, and have Xcode 8 installed on it. Y
7676

7777
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 the incredible [@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.
7878

79+
## Carthage
80+
81+
[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.
82+
7983
# Getting Started
8084

8185
Fork and clone this repository so you can commit the changes you'll make below.
@@ -88,10 +92,6 @@ Fork and clone this repository so you can commit the changes you'll make below.
8892

8993
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.
9094

91-
## Installing Carthage
92-
93-
[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.
94-
9595
## Configuring Services
9696

9797
Loop optionally supports select third-party remote services, which are configured in the Settings screen.

0 commit comments

Comments
 (0)