Fix improper assignment to path installation.mdx

This commit is contained in:
Aristosis 2024-11-27 14:44:03 +05:30 committed by GitHub
parent 97cc58afcf
commit 1fdbe4f154
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/user/.pesde/bin"
```
You should then be able to run `pesde` after restarting your shell.