1
0
mirror of https://github.com/minio/mc.git synced 2025-11-14 23:42:27 +03:00
Files
mc/docs/config.md
2015-06-10 18:34:46 -07:00

18 lines
310 B
Markdown

#### config
```go
NAME:
mc config - Generate configuration "${HOME}/.mc/config.json" file.
USAGE:
mc config generate
mc config alias NAME HOSTURL
EXAMPLES:
1. Generate mc config
$ mc config generate
2. Add alias URLs
$ mc config alias zek https://s3.amazonaws.com/
```