From 1fdbe4f1543d04bca0210727c59db56573034dc7 Mon Sep 17 00:00:00 2001 From: Aristosis <161574090+Aristosis@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:44:03 +0530 Subject: [PATCH] Fix improper assignment to path 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 3cb8f8c..10c73f7 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/user/.pesde/bin" ``` You should then be able to run `pesde` after restarting your shell.