Skip to content

Commit 13ff6bc

Browse files
committed
clarify action for building another branch
1 parent e45c929 commit 13ff6bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/build/build-dev-mac.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ There is a script to assist in building the `dev branch`. It gives you the optio
1818
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh)"
1919
```
2020

21-
### BuildLoopDev Other Branches
21+
### Build Other Branches
2222

23-
You can use the BuildLoopDev script to build a specific development branch, other than `dev`. See the example below that would build `other-branch`, if such a branch existed. This is just an example. You need to substitute the branch you desire for `other-branch`. There must be a space after the final quote, followed by a hyphen, another space and then the branch name.
23+
You can use the BuildLoopDev script to build a specific development branch, other than `dev`. At the end of the script (from above), add a space after the final quote, followed by a hyphen, another space and then the branch name. See the example below that would build `other-branch`, if such a branch existed. This is just an example. You need to substitute the branch you desire for `other-branch`. The example below uses a continuation character to put the extra characters on a new line to make this easier to read.
2424

25-
``` { .bash .copy title="Example using <code>other-branch</code> with the BuildLoopDev script" }
25+
``` { title="Replace <code>other-branch</code> with the desired branch" }
2626
/bin/bash -c "$(curl -fsSL \
27-
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh)" - other-branch
27+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh)" \
28+
- other-branch
2829
```
2930

3031
## Update Loop-dev

0 commit comments

Comments
 (0)