From 711b0009cb647c725a7cfdd172c1d112d02d0e9c Mon Sep 17 00:00:00 2001 From: Aristosis <161574090+Aristosis@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:51:32 +0530 Subject: [PATCH] docs: fix improper assignment to PATH (#8) * Fix improper assignment to path installation.mdx * Use the home variable installation.mdx * Remove leading slash --------- Co-authored-by: dai <72147841+daimond113@users.noreply.github.com> --- 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 39f422f..b4d73b3 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.