From 142869ae8458fb724580fbc7b0fc61e0277406ee Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 23 Oct 2020 16:10:32 -0600 Subject: [PATCH] docs: gitdeploy init --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a8b5f2..3f8bd57 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ curl -A MS https://webinstall.dev/gitdeploy | powershell ## Setup with Deploy Scripts -Start by copying from `examples/` to `scripts/`. +Start by initializing your `./scripts` directory. ```bash -rsync -av examples/ scripts/ +gitdeploy init ``` ```txt @@ -192,6 +192,7 @@ go build -mod=vendor -tags nobitbucket,nogithub . Supported tags are: - nogithub +- nogitea - nobitbucket ## Run as a System Service