Skip to content

Commit c5fdbdb

Browse files
author
Jonathan Turner
authored
Update README.md
1 parent c15b5df commit c5fdbdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ There are a few good resources to learn about Nu. There is a [book](https://book
2222
If you're a developer who would like to contribute to Nu, we're also working on a [book for developers](https://github.com/nushell/contributor-book/tree/master/en) to help get started. There are also [good first issues](https://github.com/nushell/nushell/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) to help you dive in.
2323

2424
We also have an active [discord](https://discord.gg/NtAbbGn) and [twitter](https://twitter.com/nu_shell) if you'd like to come chat with us.
25+
2526
Try it in gitpod
2627
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/nushell/nushell)
2728

@@ -43,7 +44,7 @@ Optional dependencies:
4344
* To use Nu with all possible optional features enabled, you'll also need the following:
4445
* on Linux (on Debian/Ubuntu): `apt install libxcb-composite0-dev libx11-dev`
4546

46-
To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) the nightly compiler via `rustup install nightly`):
47+
To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) and the nightly compiler via `rustup install nightly`):
4748

4849
```
4950
cargo +nightly install nu

0 commit comments

Comments
 (0)