From 205fc755d5bcc6c82c8596be6e5bac91994c41b8 Mon Sep 17 00:00:00 2001 From: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> Date: Sat, 29 Mar 2025 23:09:38 +0100 Subject: [PATCH] Fixes typos Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> --- docs/installation/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/README.md b/docs/installation/README.md index 8f24fc1..a3587a1 100644 --- a/docs/installation/README.md +++ b/docs/installation/README.md @@ -1,6 +1,6 @@ # Installation of navi -Navi can be installed by multiple ways, here is a list of referenced ways to do so. +This is a reference of all known methods to install navi. > [!CAUTION] > Navi, as of now, has only two official builds, the released binaries on GitHub @@ -71,7 +71,7 @@ choco install navi > [!CAUTION] > You currently need to create the config file `$env:USERPROFILE\AppData\Roaming\navi\config.yaml` -> and define the `shell.command` directive as `powershell`. +> and define the `shell.command` directive as `powershell` for navi to work correctly. > > ```yaml > shell: @@ -109,7 +109,7 @@ What you need to do is: ## Building from source You can also build navi from source, it's mainly used by contributors to -test their modifications can be used by end users who want to build their own version. +test their modifications but can be used by end users who want to build their own version. - You need to clone the repository: