diff options
author | Anthony Wang | 2022-07-24 10:30:29 +0800 |
---|---|---|
committer | Anthony Wang | 2022-07-24 10:30:29 +0800 |
commit | 726d4b066082927cd313c0d617337bc4f1ce9d60 (patch) | |
tree | 70d42c9ee2647c18ad5f3bc6260329ab8ae66256 /Development.md | |
parent | ca1b7e04ac9c4537a63bb07b0b1e6bf53733c937 (diff) |
Fix typo
Diffstat (limited to 'Development.md')
-rw-r--r-- | Development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Development.md b/Development.md index ba5a421..df7043d 100644 --- a/Development.md +++ b/Development.md @@ -9,4 +9,4 @@ All the other branches mostly contain some experimental or old code and aren't i To deploy to my testing instance at https://test.exozy.me, I run `TAGS="sqlite sqlite_unlock_notify" make watch`.
-For my other testing instance at https://git.exozy.me/, I run `TAGS="bindata" make && sudo systemctl stop gitea && sudo cp gitea /usr/bin/gitea && sudo systemctl start gitea`.
\ No newline at end of file +For my other testing instance at https://git.exozy.me, I run `TAGS="bindata" make && sudo systemctl stop gitea && sudo cp gitea /usr/bin/gitea && sudo systemctl start gitea`.
\ No newline at end of file |