diff --git a/book/default_shell.md b/book/default_shell.md index 7c8661494e5..c8d58cec368 100644 --- a/book/default_shell.md +++ b/book/default_shell.md @@ -1,3 +1,11 @@ +--- +prev: + text: Installing Nu + link: /book/installation.md +next: + text: Getting Started + link: /book/getting_started.md +--- # Default Shell ## Setting Nu as default shell on your terminal diff --git a/book/getting_started.md b/book/getting_started.md index c5d8e925643..90f79cd1b43 100644 --- a/book/getting_started.md +++ b/book/getting_started.md @@ -1,4 +1,7 @@ --- +prev: + text: Default Shell + link: /book/default_shell.md next: text: Quick Tour link: /book/quick_tour.md diff --git a/book/installation.md b/book/installation.md index f934d843cef..bb88d2cf0ce 100644 --- a/book/installation.md +++ b/book/installation.md @@ -1,3 +1,8 @@ +--- +next: + text: Default Shell + link: /book/default_shell.md +--- # Installing Nu There are lots of ways to get Nu up and running. You can download pre-built binaries from our [release page](https://github.com/nushell/nushell/releases), [use your favourite package manager](https://repology.org/project/nushell/versions), or build from source.