Change Quickstart instructions to go get anvil-start

Fixes #3
This commit is contained in:
Luit van Drongelen 2014-12-26 13:33:07 +01:00
parent 363b224b85
commit e2b683e329
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ Quickstart
----------
```
> go get github.com/letsencrypt/anvil
> go build github.com/letsencrypt/anvil/anvil-start
> go get github.com/letsencrypt/anvil/anvil-start
> ./anvil-start monolithic # without AMQP
> ./anvil-start monolithic-amqp # with AMQP
```