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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ There are a few good resources to learn about Nu. There is a [book](https://book
22
22
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.
23
23
24
24
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
+
25
26
Try it in gitpod
26
27
[](https://gitpod.io/#https://github.com/nushell/nushell)
27
28
@@ -43,7 +44,7 @@ Optional dependencies:
43
44
* To use Nu with all possible optional features enabled, you'll also need the following:
44
45
* on Linux (on Debian/Ubuntu): `apt install libxcb-composite0-dev libx11-dev`
45
46
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`):
0 commit comments