Use the home variable installation.mdx

This commit is contained in:
Aristosis 2024-11-27 14:59:46 +05:30 committed by GitHub
parent 1fdbe4f154
commit 34346dbe38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.