Skip to content

Commit

Permalink
Add development stub
Browse files Browse the repository at this point in the history
  • Loading branch information
tedmiston authored Feb 16, 2018
1 parent e6de519 commit 1eb396d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ How to get started as a user.
$ astro-cli
```
## Development
How to get started as a developer.
TODO
### Vendor
- All dependnecies are managed with dep, with the exception of libcompose. It needs to be manually added with `go get github.com/docker/libcompose`. Issue here: https://github.com/docker/libcompose/issues/503.
- Alternatively, it is also a git submodule, which should get pulled in when cloned.

0 comments on commit 1eb396d

Please sign in to comment.