diff --git a/docs/docs/launch-manual/sections/core-hacking/sections/using-ppm.md b/docs/docs/launch-manual/sections/core-hacking/sections/using-ppm.md index 40f25a93d..901140cfb 100644 --- a/docs/docs/launch-manual/sections/core-hacking/sections/using-ppm.md +++ b/docs/docs/launch-manual/sections/core-hacking/sections/using-ppm.md @@ -16,7 +16,7 @@ To solve this a couple of environmental variables need to be exported. ```sh export ATOM_HOME=/home//.pulsar -export APM_PATH=/ppm/bin/apm +export APM_PATH=/ppm/bin/apm export ATOM_ELECTRON_VERSION=12.2.3 ``` @@ -30,7 +30,7 @@ TODO ```sh set ATOM_HOME=C:\Users\\.pulsar -set APM_PATH=\ppm\bin\apm +set APM_PATH=\ppm\bin\apm ``` :::