From e4499cd64a4ff61dcda5ccd9b0ac386ec053e14c Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Wed, 13 Aug 2025 03:04:31 +0000 Subject: [PATCH] Add How to use this Repo --- How-to-use-this-Repo.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 How-to-use-this-Repo.md diff --git a/How-to-use-this-Repo.md b/How-to-use-this-Repo.md new file mode 100644 index 0000000..8ef057b --- /dev/null +++ b/How-to-use-this-Repo.md @@ -0,0 +1,12 @@ +# Illustrations Database + +### To update the GitTea repo from Mac run this command in the terminal folder +git add . +git commit -m "Update" +git push origin main + +## To download changes to the LXC run this command +GIT_SSL_NO_VERIFY=1 git pull origin main + +## To update the docker files run this in the LXC +docker compose up -d \ No newline at end of file