Skip to content

Commit b1cfe85

Browse files
authored
Merge pull request #227 from silenceper/fix-readme
fix readme: make failed error
2 parents 4df0c05 + b0d60dd commit b1cfe85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following examples assume that the CSI hostpath driver has been deployed and
2424
If you want to build the driver yourself, you can do so with the following command from the root directory:
2525

2626
```shell
27-
make hostpath
27+
make
2828
```
2929

3030
## Community, discussion, contribution, and support

pkg/hostpath/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
### Build hostpathplugin
66
```
7-
$ make hostpath
7+
$ make
88
```
99

1010
### Start Hostpath driver
1111
```
12-
$ sudo ./_output/hostpathplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5
12+
$ sudo ./bin/hostpathplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5
1313
```
1414

1515
### Test using csc

0 commit comments

Comments
 (0)