summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2025-02-24 04:24:26 +0900
committerhaturatu <taro@eyes4you.org>2025-02-24 04:24:26 +0900
commit8c656ef0bdfed3d5732a4d6ab610d715b4a9dc38 (patch)
treeab22b58cf982499d096436f03062b493d8d0b8c0
parent5d287d6bd8384194b668426d368ca9045051847b (diff)
add: readmeHEADmain
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2b713ab
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# gitea_update
+This is a shell script that automatically updates the executable binary of gitea.
+
+You can run it by putting it in crontab.
+
+## Usage
+If you want to update every month :
+```bash
+0 0 1 * * /opt/sh/gitea_update.sh
+```