From c65e38fb194568017c1ddcafd393ebbb80625a16 Mon Sep 17 00:00:00 2001 From: dai <72147841+daimond113@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:20:48 +0100 Subject: [PATCH] Remove leading slash --- docs/src/content/docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/installation.mdx b/docs/src/content/docs/installation.mdx index 42ca9b4..ea5ce31 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/.pesde/bin" + export PATH="$PATH:$HOME/.pesde/bin" ``` You should then be able to run `pesde` after restarting your shell.