Skip to content

Commit 0cdea39

Browse files
committed
Explain how to launch Nu after installing
1 parent 65a6de6 commit 0cdea39

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ $ brew install nushell
4444
$ winget install nushell
4545
```
4646

47+
After installing, launch Nu by typing `nu`.
48+
4749
## Community
4850

4951
Join us [on Discord](https://discord.gg/NtAbbGn) if you have any questions about Nu!

book/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ For Windows:
2020
- [Chocolatey](https://chocolatey.org/) (`choco install nushell`)
2121
- [Scoop](https://scoop.sh/) (`scoop install nu`)
2222

23+
The main Nushell binary is named `nu` (or `nu.exe` on Windows). After installation, you can launch it by typing `nu`.
24+
2325
## Build from source
2426

2527
You can also build Nu from source. First, you will need to set up the Rust toolchain and its dependencies.

0 commit comments

Comments
 (0)