diff options
author | Steve <nilslice@gmail.com> | 2017-03-01 10:46:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 10:46:27 -0800 |
commit | 69d55eeaa2b2460b905d31bdac8a5f9b6d9879f5 (patch) | |
tree | 09b9b6690351fe211204a790eee38eb302e21f3b /README.md | |
parent | ae242b7f926b1fcbec36d66df8355f432219d1c9 (diff) | |
parent | 7297805267e51b9567be4a955b3fe4db0e58f4b0 (diff) |
Merge pull request #87 from olliephillips/ponzu-dev
ponzu add <import path>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -182,6 +182,20 @@ $ ponzu upgrade --- +### add, a + +Downloads an addon to GOPATH/src and copys it to the Ponzu project's ./addons directory. +Must be called from within a Ponzu project 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 |