aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCh4s3r2023-01-24 19:46:10 +0100
committerCh4s3r2023-01-24 19:51:34 +0100
commit59437ea342bbf23001f7d8ff8345cc615b4ca11d (patch)
tree0e0cf858cf9c4f672dc099f36545e8f80ce1de30
parent5ab805fb4468bacd1f488f8825c47d7e75a2c9da (diff)
downloadaur-59437ea342bbf23001f7d8ff8345cc615b4ca11d.tar.gz
chore: update README.md
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..d588f76120a4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# argocd-autopilot-bin
+
+Downloads the latest official `argocd-autopilot` binary.
+
+## How to publish to AUR
+
+```shell
+git remote add aur ssh://aur@aur.archlinux.org/argocd-autopilot-bin.git
+```
+
+```shell
+git push aur main:master
+``` \ No newline at end of file