diff --git a/README.md b/README.md index 9026837..7dca00e 100644 --- a/README.md +++ b/README.md @@ -247,22 +247,14 @@ zoxide can be installed in 4 easy steps:
Nushell - > Add this to the **end** of your env file (find it by running `$nu.env-path` - > in Nushell): + > Execute this command: > > ```sh - > zoxide init nushell | save -f ~/.zoxide.nu - > ``` - > - > Now, add this to the **end** of your config file (find it by running - > `$nu.config-path` in Nushell): - > - > ```sh - > source ~/.zoxide.nu + > zoxide init nushell | save -f ~/.config/nushell/autoload/zoxide.nu > ``` > > **Note** - > zoxide only supports Nushell v0.89.0+. + > zoxide only supports Nushell v0.96.0+.