From 265fae11fe7e7d4f83c33992912e17bd8a487081 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Sat, 18 Apr 2020 00:05:49 -0400 Subject: [PATCH] Add more instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30eab37..e2ea231 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ git-build.sh looks up your ~/.git-build/ folder to find stuff to build: Additionally, for each PROJECT a .PROJECT/ folder is created to clone the repository. +To clone/update your repo and start your build scripts, start the git-build.sh command. + Note: the PROJECT script needs to be executable! # Example