diff options
author | Ollie Phillips <oliver@eantics.co.uk> | 2017-02-24 19:10:29 +0000 |
---|---|---|
committer | Ollie Phillips <oliver@eantics.co.uk> | 2017-02-24 19:10:29 +0000 |
commit | 121a63ae3b95b9cbc7066c7437a1b8968344d22d (patch) | |
tree | 22d4f1a03ce3f70302e8fd823fdaf7a688116bc3 /README.md | |
parent | 2884d7d75e6a802f03d5af9c572b6aaf24e17d20 (diff) |
Added ponzu add to the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -182,6 +182,19 @@ $ ponzu upgrade --- +### add, a + +Downloads an addon to GOPATH/src and copys it to the Ponzu project's ./addons directory. + +Example: +```bash +$ ponzu add github.com/bosssauce/fbscheduler +``` + +Errors will be reported, but successful add commands return nothing. + +--- + ### version, v Prints the version of Ponzu your project is using. Must be called from within a |