summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
+```