You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer will put the `ntt` binary in `$HOME/.bun/bin`, so make sure that directory is included in your `$PATH`. Once `ntt` is installed, it can be updated to the latest release any time by running
10
20
11
21
```bash
12
-
bun link cli
22
+
ntt update
13
23
```
14
24
15
-
To run:
25
+
Or to a specific branch by running
16
26
17
-
```bash
18
-
ntt --help
27
+
```bash
28
+
ntt update --branch foo
29
+
```
30
+
31
+
## Development
32
+
33
+
The easiest way to work on the CLI is to first install using the script above, then clone the repo, and run
0 commit comments