From 6b1cccc831e47e53bbb5869dfbdf5c7e184e904d Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 22 Oct 2019 12:45:13 -0500 Subject: [PATCH] Update build instructions to note that we need to do a recursive now on the submodule update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf518fe3..b8f9fe4d7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ See the [Contributing](CONTRIBUTING.md) page for our process. It’s pretty stra ```bash git clone https://github.com/brentsimmons/NetNewsWire.git cd NetNewsWire -git submodule update --init +git submodule update --init --recursive ``` You can locally override the Xcode settings for code signing