diff --git a/book/getting_started.md b/book/getting_started.md index 956254238c..efdb72c742 100644 --- a/book/getting_started.md +++ b/book/getting_started.md @@ -2,8 +2,6 @@ Let's get started! :elephant: -First, to be able to use Nushell, we need to [install it](installation.md). +The next sections will give you a [short tour of Nushell by example](quick_tour.md) (including how to get help from within Nushell) and show you how to [move around your file system](moving_around.md). -The next sections will give you a [short tour of Nushell by example](quick_tour.md) (including how to get help from within Nushell), and show you how to [move around your file system](moving_around.md). - -Finally, because Nushell takes some design decisions that are quite different from typical shells or dynamic scripting languages, make sure to check [Thinking in Nu](thinking_in_nu.md) that explains some of these concepts. +Then, because Nushell takes some design decisions that are quite different from typical shells or dynamic scripting languages, make sure to check out [Thinking in Nu](thinking_in_nu.md) where we explain some of these concepts.