From 3a43856998cbcef48370c6cdc15d773d6b166ef7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 26 Feb 2017 20:42:15 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef1bbf1..ca49cfc 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,23 @@ Make sure the config toml is at the right location and valid. docker run -d -p 8080:8080 --name ares -v $(pwd)/config.toml:/etc/ares.toml dutchcoders/ares ``` -Now you can navigate to http://wikipedia.lvh.me:8080/. If you want all results to be written to Elasticsearch, don't forget to setup the Elasticsearch cluster. ### Installation from Source -If you do not have a working Golang (1.7) environment setup please follow Golang Installation Guide. +If you do not have a working Golang (1.7) environment setup please follow [Golang Installation Guide](https://golang.org/doc/install). ``` +$ cd `go env GOROOT` +$ mkdir -p src/github.com/dutchcoders/ +$ cd src/github.com/dutchcoders/ $ git clone https://github.com/dutchcoders/ares.git +$ cd ares +$ cp config.toml.sample config.toml $ go run main.go -c config.toml ``` +Now you can navigate to http://wikipedia.lvh.me:8080/. If you want all results to be written to Elasticsearch, don't forget to setup the Elasticsearch cluster. + ## Features * realtime 1 to 1 of original site