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

Change-Id: I4897814e0270325c287e6ce5a1c45f049800648a
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2015-07-14 15:30:07 +02:00
parent c55ce1f6df
commit 996b76ee45

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