diff --git a/docs/src/content/docs/installation.mdx b/docs/src/content/docs/installation.mdx index 10c73f7..42ca9b4 100644 --- a/docs/src/content/docs/installation.mdx +++ b/docs/src/content/docs/installation.mdx @@ -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.