Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 29, 2019
1 parent 56ef055 commit 32009ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/SETTING_UP.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Using CocoaPods:
- Create a new **Cartfile** in your project's root with the following contents
```
github "NordicSemiconductor//IOS-nRF-Mesh-Library" ~> x.y //Replace x.y with your required version
github "NordicSemiconductor/IOS-nRF-Mesh-Library" ~> x.y // Replace x.y with your required version
```
- Build with carthage
```
carthage update --platform iOS //also OSX platform is available for macOS builds
carthage update --platform iOS // also OSX platform is available for macOS builds
```
- Carthage will build the **nRFMeshProvision.framework** files in **Carthage/Build/**,
Expand Down

0 comments on commit 32009ff

Please sign in to comment.