Update readme

This commit is contained in:
Neil Alexander 2021-01-30 22:58:33 +00:00
parent f4a42c7339
commit 089a8a08c4

View file

@ -2,7 +2,11 @@
Requires an Apple Developer account for the App Groups and Network Extension entitlements.
You will need to provision an app group and update bundle IDs throughout the Xcode project as appropriate.
You will need to provision an app group and update bundle IDs throughout the Xcode project as appropriate. You can find them all by asking `git`:
```
git grep "eu.neilalexander.yggdrasil"
```
To build, install Go 1.13 or later, and then install `gomobile`: