From 2e174832e22f2a18ab9620ffc7ef1fcec8d104c5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 7 Apr 2020 16:30:34 +0200 Subject: [PATCH] Add docs for current functionality --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 742a795..6cb3ac1 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,16 @@ It is a work in progress, please see the following planning documents: ## Installation -TODO. +```bash +$ dokku plugin:install https://github.com/decentral1se/dokku-ansible-deploy.git +$ dokku plugin:install-dependencies +``` ## Usage -TODO. +```bash +$ dokku dokku-deploy:vault-password myapp +``` ## Contribute