Skip to content

Commit ed3cda2

Browse files
update README.md to use mcs
1 parent 48d0bdb commit ed3cda2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ $ mc admin policy set myminio mcsAdmin user=mcs
5454
To run the server:
5555

5656
```
57-
$ MCS_ACCESS_KEY=mcs \
58-
MCS_SECRET_KEY=YOURMCSSECRET \
59-
MCS_MINIO_SERVER=http://localhost:9000 \
60-
./mcs-server --port=52300
57+
export MCS_ACCESS_KEY=mcs
58+
export MCS_SECRET_KEY=YOURMCSSECRET
59+
export MCS_MINIO_SERVER=http://localhost:9000
60+
./mcs --port=52300
6161
```
62+
6263
You can verify that the apis work by doing the request on `localhost:52300/api/v1/...`
6364

6465
# Development
@@ -88,5 +89,5 @@ This will update all the necessary code.
8889

8990
To run tests:
9091
```
91-
go test ./restapi
92+
go test ./restapi
9293
```

0 commit comments

Comments
 (0)