diff --git a/README.md b/README.md index 166647ae..64816f94 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,14 @@ ### Start ISCSI driver ``` -$ sudo ./_output/iscsidriver --endpoint tcp://127.0.0.1:10000 --nodeid CSINode +$ sudo ./bin/iscsiplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode ``` ### Test using csc Get ```csc``` tool from https://github.com/rexray/gocsi/tree/master/csc +``` +$ go get github.com/rexray/gocsi/csc +``` #### Get plugin info ```