mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
Use the home variable installation.mdx
This commit is contained in:
parent
1fdbe4f154
commit
34346dbe38
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ You can follow the installation instructions in the
|
|||
environment variable.
|
||||
|
||||
```sh title=".zshrc"
|
||||
export PATH="$PATH:/home/user/.pesde/bin"
|
||||
export PATH="$PATH:/$HOME/.pesde/bin"
|
||||
```
|
||||
|
||||
You should then be able to run `pesde` after restarting your shell.
|
||||
|
|
Loading…
Reference in a new issue