Jelajahi Sumber

combine clone commands into a single line

both single and double line versions worked in zsh, but only the single line version worked in bash
LiroyvH 2 tahun lalu
induk
melakukan
380d3c06e5
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -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: