updated readme

pull/172/head
Karolis Rusenas 2018-03-26 09:01:32 +01:00 committed by GitHub
parent bfcf2b58b6
commit 7d015aa20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -85,8 +85,4 @@ Before starting to work on some big or medium features - raise an issue [here](h
### Developing Keel
If you wish to work on Keel itself, you will need Go 1.8+ installed. Make sure you put Keel into correct Gopath and `go build` (dependency management is done through Glide).
### Roadmap
Project [roadmap available here](https://github.com/keel-hq/keel/wiki/Roadmap).
If you wish to work on Keel itself, you will need Go 1.8+ installed. Make sure you put Keel into correct Gopath and `go build` (dependency management is done through [dep](https://github.com/golang/dep)).