Skip to content

Commit d3bad9d

Browse files
committed
minor tweaks to README.md
1 parent d47e491 commit d3bad9d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,18 @@ Bootstraps a developer machine with the baseline tools required to work on Trust
2525

2626
## Quick start
2727

28+
Open your terminal and paste the following command. Popular options are Ghostty and iTerm2.
29+
2830
```bash
2931
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trusted/setup/main/setup.sh)"
3032
```
3133

32-
Then clone and set up any project:
34+
Follow the instructions closely as you'll need to execute steps along the way.
35+
36+
Then get to your Work directory, clone, and set up any project:
3337

3438
```bash
39+
cd ~/Work
3540
gh repo clone trusted/<project>
3641
cd <project> && bin/setup
3742
```

0 commit comments

Comments
 (0)