Skip to content

Commit fc669e2

Browse files
committed
Add 'Building' section to README
Links to install-idea-jars.sh and documents how to skip building the IntelliJ plugin
1 parent 3328080 commit fc669e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@
66
[Google Java Style][].
77

88
[Google Java Style]: http://google-styleguide.googlecode.com/svn/trunk/javaguide.html
9+
10+
Building
11+
--------
12+
13+
To build google-java-format from source, you will need copy IntelliJ's
14+
platform JARs from a local IntelliJ install; see
15+
[`install-idea-jars.sh`](idea_plugin/src/main/scripts/install-idea-jars.sh).
16+
Alternatively, you can skip building the IntelliJ plugin:
17+
18+
mvn -pl '!idea_plugin' install

0 commit comments

Comments
 (0)