From 1eb396dcb6672eeb3199f89689855126c720356f Mon Sep 17 00:00:00 2001 From: "Taylor D. Edmiston" Date: Fri, 16 Feb 2018 18:11:26 -0500 Subject: [PATCH] Add development stub --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d0664d08a..af1e6f768 100644 --- a/README.md +++ b/README.md @@ -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.