summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-06-16 01:33:09 +0800
committerAnthony Wang2022-06-16 01:33:09 +0800
commit9abb3ff40ab0ae5bfd38a20803178489c974b9f8 (patch)
treea18f18de17dac053b07b7677dc3b4949773a25f7
parent59a5b073c4f324ffeb3b072410ce6e4fd0c18c9a (diff)
Update 'Development'
-rw-r--r--Development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Development.md b/Development.md
index 99511b4..8f51fbb 100644
--- a/Development.md
+++ b/Development.md
@@ -8,4 +8,4 @@ The [repository](https://gitea.com/Ta180m/gitea) has several branches:
All the other branches mostly contain some experimental or old code and aren't important.
-For testing, I run `TAGS="bindata" make && sudo systemctl stop gitea && sudo cp gitea /usr/bin/gitea && sudo systemctl start gitea` on the `dev` branch to deploy to https://git.exozy.me/ It's not the cleanest or fastest solution but it works.
+For testing, I run `TAGS="bindata" make && sudo systemctl stop gitea && sudo cp gitea /usr/bin/gitea && sudo systemctl start gitea` to deploy to https://git.exozy.me/ It's not the cleanest or fastest solution but it works.