Skip to content

Commit

Permalink
combine clone commands into a single line
Browse files Browse the repository at this point in the history
both single and double line versions worked in zsh, but only the single line version worked in bash
  • Loading branch information
LiroyvH authored and MikePlante1 committed May 14, 2024
1 parent f6fa0c2 commit 380d3c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ If you copy, paste, and run the following script in Terminal, it will guide you
In Terminal, `cd` to the folder where you want your download to reside, change `<branch>` in the command below to the branch you want to download (ie. `dev`), and press `return`.

```
git clone --branch=<branch> --recurse-submodules https://github.com/nightscout/Trio.git
cd Trio
git clone --branch=<branch> --recurse-submodules https://github.com/nightscout/Trio.git && cd Trio
```

Create a ConfigOverride.xcconfig file that contains your Apple Developer ID (something like `123A4BCDE5`). This will automate signing of the build targets in Xcode:
Expand Down

0 comments on commit 380d3c0

Please sign in to comment.