mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 02:23:51 +01:00
Remove leading slash
This commit is contained in:
parent
34346dbe38
commit
c65e38fb19
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/.pesde/bin"
|
||||
export PATH="$PATH:$HOME/.pesde/bin"
|
||||
```
|
||||
|
||||
You should then be able to run `pesde` after restarting your shell.
|
||||
|
|
Loading…
Add table
Reference in a new issue