Merge pull request #4 from Luit/master

Change Quickstart instructions to go get anvil-start
This commit is contained in:
bifurcation 2014-12-26 11:29:18 -05:00
commit 787bde0931
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
```