Plugin Archetype: Add step to link watchmanconfig in Buck build docu
Change-Id: Id719338016acb68f7a92da39bcc9979d62f8229e Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -31,6 +31,11 @@ Add link to the .buckversion file:
|
|||||||
cd @PLUGIN@ && ln -s bucklets/buckversion .buckversion
|
cd @PLUGIN@ && ln -s bucklets/buckversion .buckversion
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Add link to the .watchmanconfig file:
|
||||||
|
```
|
||||||
|
cd @PLUGIN@ && ln -s bucklets/watchmanconfig .watchmanconfig
|
||||||
|
```
|
||||||
|
|
||||||
To build the plugin, issue the following command:
|
To build the plugin, issue the following command:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user