From e7c811e64183db2e8bec10ea1b20711626b424a0 Mon Sep 17 00:00:00 2001 From: David SPORN Date: Sat, 22 Mar 2025 14:39:03 +0100 Subject: [PATCH] Correct value for APM_PATH on Linux --- .../launch-manual/sections/core-hacking/sections/using-ppm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..dcf405993 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,8 @@ To solve this a couple of environmental variables need to be exported. ```sh export ATOM_HOME=/home//.pulsar -export APM_PATH=/ppm/bin/apm +# With the path of your clone of the git repository of pulsar +export APM_PATH=/ppm/bin/apm export ATOM_ELECTRON_VERSION=12.2.3 ```