summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2017-03-01 10:46:27 -0800
committerGitHub <noreply@github.com>2017-03-01 10:46:27 -0800
commit69d55eeaa2b2460b905d31bdac8a5f9b6d9879f5 (patch)
tree09b9b6690351fe211204a790eee38eb302e21f3b /README.md
parentae242b7f926b1fcbec36d66df8355f432219d1c9 (diff)
parent7297805267e51b9567be4a955b3fe4db0e58f4b0 (diff)
Merge pull request #87 from olliephillips/ponzu-dev
ponzu add <import path>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 963aede..c8bf1ed 100644
--- a/README.md
+++ b/README.md
@@ -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