Update README (Xcode building instructions)

This commit is contained in:
Milen Dzhumerov 2017-08-20 21:12:50 +01:00
parent bbb40b226e
commit 1108317405
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ You can discover all the commands and options by using `hmap --help`.
## Xcode
The easiest way to build `hmap` is to use the provided Xcode project.
The easiest way to build `hmap` is to use the provided Xcode project. Before
doing so, you must download all dependencies by running:
swift package update
## Swift Package Manager