Remove leading slash

This commit is contained in:
dai 2024-12-19 21:20:48 +01:00 committed by GitHub
parent 34346dbe38
commit c65e38fb19
Signed by: DevComp
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/.pesde/bin"
export PATH="$PATH:$HOME/.pesde/bin"
```
You should then be able to run `pesde` after restarting your shell.