File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ $ brew install nushell
44
44
$ winget install nushell
45
45
```
46
46
47
+ After installing, launch Nu by typing ` nu ` .
48
+
47
49
## Community
48
50
49
51
Join us [ on Discord] ( https://discord.gg/NtAbbGn ) if you have any questions about Nu!
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ For Windows:
20
20
- [ Chocolatey] ( https://chocolatey.org/ ) (` choco install nushell ` )
21
21
- [ Scoop] ( https://scoop.sh/ ) (` scoop install nu ` )
22
22
23
+ The main Nushell binary is named ` nu ` (or ` nu.exe ` on Windows). After installation, you can launch it by typing ` nu ` .
24
+
23
25
## Build from source
24
26
25
27
You can also build Nu from source. First, you will need to set up the Rust toolchain and its dependencies.
You can’t perform that action at this time.
0 commit comments