From cd73f57e50159dce8da75c84e4406b430aa6e569 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Wed, 31 Mar 2021 03:38:00 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe75ca..4c9884c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # _template -Template for first-party Extollo modules \ No newline at end of file +Template for first-party Extollo modules + +## Setup +- Activate CI for the repo in Drone + - Add the `npm_password`, `drone_token`, `gitea_token`, and `notify_webhook_url` secrets to the repo for extollo bot. + +- Edit the `.drone.yml` file to replace `PACKAGE` with the module name. + +- Update this readme!