We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47e491 commit d3bad9dCopy full SHA for d3bad9d
1 file changed
README.md
@@ -25,13 +25,18 @@ Bootstraps a developer machine with the baseline tools required to work on Trust
25
26
## Quick start
27
28
+Open your terminal and paste the following command. Popular options are Ghostty and iTerm2.
29
+
30
```bash
31
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trusted/setup/main/setup.sh)"
32
```
33
-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:
37
38
39
+cd ~/Work
40
gh repo clone trusted/<project>
41
cd <project> && bin/setup
42
0 commit comments