Add missing wget command for easy cut copy paste. (#5609)

We should keep this for easy one click copy paste on remote servers 
rather than 2 things for users to deal with.
master
Dee Koder 7 years ago committed by Nitish Tiwari
parent cac10bcbf7
commit a34901af77
  1. 1
      README.md

@ -48,6 +48,7 @@ chmod 755 minio
| ----------| -------- | ------|
|GNU/Linux|64-bit Intel|https://dl.minio.io/server/minio/release/linux-amd64/minio |
```sh
wget https://dl.minio.io/server/minio/release/linux-amd64/minio
chmod +x minio
./minio server /data
```

Loading…
Cancel
Save