Merge "GWT Plugin Archetype: Add step to link watchmanconfig in build docu"

This commit is contained in:
Edwin Kempin
2015-07-21 09:16:41 +00:00
committed by Gerrit Code Review

View File

@@ -30,8 +30,12 @@ Add link to the .buckversion file:
cd @PLUGIN@ && ln -s bucklets/buckversion .buckversion
```
To build the plugin, issue the following command:
Add link to the .watchmanconfig file:
```
cd @PLUGIN@ && ln -s bucklets/watchmanconfig .watchmanconfig
```
To build the plugin, issue the following command:
```
buck build plugin