diff --git a/README.md b/README.md index b861f5246..e78b34b92 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The following examples assume that the CSI hostpath driver has been deployed and If you want to build the driver yourself, you can do so with the following command from the root directory: ```shell -make hostpath +make ``` ## Community, discussion, contribution, and support diff --git a/pkg/hostpath/README.md b/pkg/hostpath/README.md index 1579858e1..863c6c573 100644 --- a/pkg/hostpath/README.md +++ b/pkg/hostpath/README.md @@ -4,12 +4,12 @@ ### Build hostpathplugin ``` -$ make hostpath +$ make ``` ### Start Hostpath driver ``` -$ sudo ./_output/hostpathplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5 +$ sudo ./bin/hostpathplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5 ``` ### Test using csc