docs: Modified README.md by providing information about Minio server (#2704)

data directory.
master
koolhead17 8 years ago committed by Harshavardhana
parent a84548d7ea
commit e273a40345
  1. 4
      README.md

@ -39,6 +39,7 @@ $ go get -u github.com/minio/minio
## 2. Run Minio Server
In the examples below, Minio serves the contents of the ‘’Photos” directory as an object store.
### GNU/Linux
@ -161,10 +162,9 @@ Object API (Amazon S3 compatible):
```
Please visit official zfs FreeBSD guide for more details [here](https://www.freebsd.org/doc/handbook/zfs-quickstart.html)
Note: `Photos` is data directory used in above Minio server example, replace it with your local setup.
## 3. Test Minio Server using Minio Browser
Open a web browser and navigate to http://127.0.0.1:9000 to view your buckets on minio server.
![Screenshot](https://github.com/minio/minio/blob/master/docs/screenshots/minio-browser.jpg?raw=true)

Loading…
Cancel
Save