Skip to content

Commit

Permalink
update docs to support Makefile builds
Browse files Browse the repository at this point in the history
  • Loading branch information
geokb committed Dec 23, 2018
1 parent aa323dd commit 45cc0d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ you can build and run Rendora from source code, (**NOTE**: please read the [conf

``` bash
git clone https://github.com/rendora/rendora
cd rendora/rendora
# USE ONLY GO V1.11+ SINCE GO MODULES IS NEEDED
go build
./rendora --config CONFIG_FILE.yaml
cd rendora
# MAKE SURE YOU HAVE GO V1.11+ INSTALLED
make build
sudo make install
rendora --config CONFIG_FILE.yaml
```

or simply using docker
Expand Down

0 comments on commit 45cc0d9

Please sign in to comment.