Skip to content

Commit 14c9ec5

Browse files
committed
Add note about apm to BUILDING.md
1 parent ea18337 commit 14c9ec5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

BUILDING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ To build and link the Atom plugin into your local packages folder, run:
4141
4242
That's it! To use the extension, just reload your Atom window.
4343

44+
> Note that you might have to manually run `apm rebuild` and `apm link` in `editors/atom` if `apm` could not be found on your `PATH`.
45+
4446
## Gradle Tasks
4547
This paragraph assumes that you are familiar with Gradle's [task system](https://docs.gradle.org/current/userguide/build_lifecycle.html). In short: Every task describes an atomic piece of work and may depend on other tasks. Task dependencies will automatically be executed. The following subsections describe the available tasks for each module of this project.
4648

editors/atom/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)