aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2016-05-12 12:49:55 +0000
committerFelix Hanley <felix@userspace.com.au>2016-05-12 12:49:55 +0000
commita3a77dbd4ec45c17687d3e42dab551db59c93ca3 (patch)
tree41a32bdd63a2a62181a289feb2aed1cc00cc648e
parent01d4169b551675aa04e9075915113d2e94fdb72d (diff)
downloadgo-dict2rest-a3a77dbd4ec45c17687d3e42dab551db59c93ca3.tar.gz
go-dict2rest-a3a77dbd4ec45c17687d3e42dab551db59c93ca3.tar.bz2
Add a note about project structure
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 315de84..fc5d1e1 100644
--- a/README.md
+++ b/README.md
@@ -9,15 +9,15 @@ http://felixhanley.info/projects/lahu/dictionary/
## Installation
-This project currently uses [gb](https://getgb.io) as its build tool. All
+This project currently uses Golang 1.6's vendor folder structure. All
dependencies are in this repository.
-Assuming you have `gb` installed it should be as simple as this:
+It should be as simple as this:
```shell
git clone https://github.com/felix/go-dict2rest
cd go-dict2rest
-gb build
+go install dict2rest # or just 'make'
./bin/dict2rest --dicthost dict.org
```