fixed some issues in readme (#2363)

thx to @MartijnVogel_twitter
master
Remco Verhoef 8 years ago committed by Harshavardhana
parent 064c51162d
commit 5a44c34fd7
  1. 3
      dist/linux-systemd/readme.md

@ -5,7 +5,8 @@ Service script for minio service for systemd.
```
mkdir /etc/minio/
mkdir -p /usr/share/minio/bin/
wget -o /usr/share/minio/bin/minio http://...
wget -O /usr/share/minio/bin/minio http://...
chmod +x /usr/share/minio/bin/minio
```
Create minio user.

Loading…
Cancel
Save