From 34346dbe384c19e565a56fda5fab3f22c171a1a2 Mon Sep 17 00:00:00 2001 From: Aristosis <161574090+Aristosis@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:59:46 +0530 Subject: [PATCH] Use the home variable installation.mdx --- 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 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.