From b2cd55b0ca3166f1b49b3702f30474cd350d2d10 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 7 Jul 2025 12:39:45 -0500 Subject: [PATCH] doco.. --- PackagingWorkspace/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 PackagingWorkspace/README.md diff --git a/PackagingWorkspace/README.md b/PackagingWorkspace/README.md new file mode 100644 index 0000000..81fe759 --- /dev/null +++ b/PackagingWorkspace/README.md @@ -0,0 +1,9 @@ +# README for KNEL CLoudron Packaging + +```shell +mkdir Docker +chmod +x *.sh +./CloneUpstreamVendor.sh +``` + +The above will do a (sparse) clone of all the upstream vendor software/docker repositories for every app TSYS runs on Cloudron. \ No newline at end of file