From ebbceb25618f4655495e3889a3cc872537a0386a Mon Sep 17 00:00:00 2001
From: sogaiu <983021772@users.noreply.github.com>
Date: Fri, 11 Oct 2024 22:12:20 +0900
Subject: [PATCH] Use full paths for APM_PATH values

---
 .../launch-manual/sections/core-hacking/sections/using-ppm.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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/<user>/.pulsar
-export APM_PATH=/ppm/bin/apm
+export APM_PATH=<pulsar source>/ppm/bin/apm
 export ATOM_ELECTRON_VERSION=12.2.3
 ```
 
@@ -30,7 +30,7 @@ TODO
 
 ```sh
 set ATOM_HOME=C:\Users\<user>\.pulsar
-set APM_PATH=\ppm\bin\apm
+set APM_PATH=<pulsar source>\ppm\bin\apm
 ```
 
 :::