commit 1666da717ae286681b80f809934064ff0231ffba
parent 7e6472516428801c608af3be313b197f041be247
Author: arjoonn sharma <arjoonn@midpathsoftware.com>
Date: Sun, 4 Dec 2022 23:05:30 +0530
update install instructions
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,10 +1,15 @@
# Jaypore CI
A CI system that sounds ancient and powerful. Like the city of Jaypore.
+
## Expected usage
-- `curl <link> | base` to install this in any project.
+```bash
+curl https://raw.githubusercontent.com/theSage21/jaypore_ci/main/setup.sh | base
+```
+
+- Use the script to install this in any project.
- Configure CI at `.jaypore_ci/cicd.py`
- Each git-push will trigger a CI job.