Update README.md

This commit is contained in:
Jonathan Turner 2019-08-24 08:37:44 +12:00 committed by GitHub
parent 2d7e00a254
commit 1662719988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ This project is currently in its early stages, though it already works well enou
Nu has a list of built-in commands (listed below). If a command is unknown, the command will shell-out and execute it (using cmd on Windows or bash on Linux and MacOS), correctly passing through stdin, stdout and stderr, so things like your daily git workflows and even `vim` will work just fine. Nu has a list of built-in commands (listed below). If a command is unknown, the command will shell-out and execute it (using cmd on Windows or bash on Linux and MacOS), correctly passing through stdin, stdout and stderr, so things like your daily git workflows and even `vim` will work just fine.
There is also a [book](https://github.com/nushell/book) about Nu, currently in progress. There is also a [book](https://book.nushell.sh) about Nu, currently in progress.
# Installation # Installation