Update build instructions to note that we need to do a recursive now on the submodule update

This commit is contained in:
Maurice Parker 2019-10-22 12:45:13 -05:00
parent f29f14999d
commit 6b1cccc831

View File

@ -29,7 +29,7 @@ See the [Contributing](CONTRIBUTING.md) page for our process. Its pretty stra
```bash ```bash
git clone https://github.com/brentsimmons/NetNewsWire.git git clone https://github.com/brentsimmons/NetNewsWire.git
cd NetNewsWire cd NetNewsWire
git submodule update --init git submodule update --init --recursive
``` ```
You can locally override the Xcode settings for code signing You can locally override the Xcode settings for code signing