Skip to content

Commit

Permalink
Fix typo README.md (#104)
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
raphaelpra authored Nov 3, 2024
1 parent 5ce8940 commit 7e3e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ One can change the location of the Nupm directory with `$env.NUPM_HOME`, e.g.
$env.NUPM_HOME = ($env.XDG_DATA_HOME | path join "nupm")
```

Because Nupm will install modules and scripts in `{{nupm-home}}/modules/` and `{{nupm-home}}/scripts/` respectively, it iis a good idea to add these paths to `$env.NU_LIB_DIRS` and `$env.PATH` respectively, e.g. if you have `$env.NUPM_HOME` defined:
Because Nupm will install modules and scripts in `{{nupm-home}}/modules/` and `{{nupm-home}}/scripts/` respectively, it is a good idea to add these paths to `$env.NU_LIB_DIRS` and `$env.PATH` respectively, e.g. if you have `$env.NUPM_HOME` defined:
```nushell
# env.nu
Expand Down

0 comments on commit 7e3e577

Please sign in to comment.