docs: update minimum nushell version in manpage
This commit is contained in:
parent
5f0e47c5ee
commit
c29b94ad34
|
|
@ -268,7 +268,7 @@ zoxide can be installed in 4 easy steps:
|
|||
> ```
|
||||
>
|
||||
> **Note:**
|
||||
> zoxide only supports Nushell v0.106.0+.
|
||||
> zoxide requires Nushell v0.106.0+. A newer version is recommended for completions to work properly.
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@ Now, add this to the \fBend\fR of your config file (find it by running
|
|||
\fBsource ~/.zoxide.nu\fR
|
||||
.fi
|
||||
.sp
|
||||
Note: zoxide only supports Nushell v0.89.0+.
|
||||
Note: zoxide requires Nushell v0.106.0 or later. A more recent version is
|
||||
recommended for completions to function correctly.
|
||||
.TP
|
||||
.B powershell
|
||||
Add this to the \fBend\fR of your config file (find it by running \fBecho
|
||||
|
|
|
|||
Loading…
Reference in New Issue