Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern authored Jun 22, 2019
1 parent 14cb4fa commit 94f2ff3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Make sure you have `git`, `golang 1.12` and `goreleaser` installed, and make gor

```bash
# To download the latest goreleaser binary for linux (https://github.com/goreleaser/goreleaser/releases)
$ curl -sL https://github.com/goreleaser/goreleaser/releases/download/v0.109.0/goreleaser_Linux_x86_64.tar.gz | tar xz
$ curl -sL https://github.com/goreleaser/goreleaser/releases/download/v0.110.0/goreleaser_Linux_x86_64.tar.gz | tar xz
```

Also make sure you are able to clone all your repositories in a non-interactive way. Just configure ssh-key and add the remote VCS to your known hosts.
Expand All @@ -188,8 +188,7 @@ Running rabbit with `docker-compose` is pretty straightforward.

```bash
$ git clone https://github.com/Clivern/Rabbit.git
$ cd Rabbit
$ cd deployments/docker
$ cd Rabbit/deployments/docker
$ docker-compose build
$ docker-compose up -d
```
Expand Down

0 comments on commit 94f2ff3

Please sign in to comment.