From 0e5f97a8a8dc3362c85c734aeed3af5ae8380d2d Mon Sep 17 00:00:00 2001 From: Drasko DRASKOVIC Date: Mon, 18 Sep 2017 21:41:57 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f67bb96a..445fea93 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,15 @@ git clone https://github.com/Mainflux/mainflux.git cd mainflux/docker ``` -- Use `mainflux_docker.sh` script to start the Docker composition: +- Use [`mainflux-docker.sh`](docker/mainflux-docker.sh) script to start the Docker composition: ```bash -./mainflux_docker.sh start +./mainflux-docker.sh start ``` This will automatically download Docker images from [Mainflux Docker Hub](https://hub.docker.com/u/mainflux/) and deploy the composition of Mianflux microservices. ### From Sources -Use script [install_sources.sh](install_sources.sh). +Use script [`install_sources.sh`](install_sources.sh). This will create `./mainflux_sources` dir, git-clone all the sources from GitHub repos and place them in appropriate destination (Go code goes to $GOPATH, symlinks are created).