Skip to content

Commit 440a985

Browse files
authored
Merge pull request #938 from marionbarker/working-docs
update the instructions for building Loop dev
2 parents 14c7d9d + a41b6de commit 440a985

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

docs/build/build-dev-mac.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
## Build `dev` with Mac
1313

14-
The same script is used to build the `dev` branch as is used to build the `main` branch. Copy and paste this command in any terminal and choose `dev` branch. Follow the instructions on the screen.
14+
The same script is used to build the `dev` branch as is used to build the `main` branch. Copy and paste this command in any terminal. Follow the instructions on the screen. Choose Build Loop and then choose `dev` branch.
1515

1616
``` { title="Copy and Paste to start the BuildLoop Script" }
1717
/bin/bash -c "$(curl -fsSL \
18-
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoop.sh)"
18+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildSelectScript.sh)"
1919
```
2020

2121
For more detailed instructions, head over to:
@@ -26,14 +26,27 @@ For more detailed instructions, head over to:
2626

2727
### Build Other Branches
2828

29-
You can use the BuildLoop script to build a feature branch that was advertised in zulipchat but has not been merged into `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.
29+
You can use the BuildLoop script to build a feature branch that was advertised in zulipchat but has not been merged into `dev`.
30+
31+
> Note. You cannot use the BuildSelectScript to select a custom branch. You must directly choose the app you wish to build. In this case, BuildLoop.
32+
33+
In the command (shown below), there is a space after the final quote, followed by a hyphen, another space and then the branch name. This example would build `other-branch`, if such a branch existed.
34+
35+
> 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.
3036
3137
``` { title="Replace <code>other-branch</code> with the desired branch" }
3238
/bin/bash -c "$(curl -fsSL \
3339
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoop.sh)" \
3440
- other-branch
3541
```
3642

43+
If you want to customize this custom branch. You can call the Customization Select script after you download the custom branch. This script finds the most recent download in your ~/Downloads/BuildLoop folder. If you want to customize a specific branch, first set the terminal to be in the LoopWorkspace folder for the download you want to customize.
44+
45+
``` { title="Copy and paste to start the CustomizationSelect script" }
46+
/bin/bash -c "$(curl -fsSL \
47+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)"
48+
```
49+
3750
## Update Loop-dev
3851

3952
While Loop-dev is under active development, you should monitor zulipchat and update frequently.

0 commit comments

Comments
 (0)