Skip to content

Commit

Permalink
Use full paths for APM_PATH values
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaiu committed Oct 11, 2024
1 parent 29cd36b commit ebbceb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
```

:::
Expand Down

0 comments on commit ebbceb2

Please sign in to comment.