mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-01-05 23:59:09 +00:00
Fix improper assignment to path installation.mdx
This commit is contained in:
parent
97cc58afcf
commit
1fdbe4f154
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/user/.pesde/bin"
|
||||
```
|
||||
|
||||
You should then be able to run `pesde` after restarting your shell.
|
||||
|
|
Loading…
Reference in a new issue