diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 10:17:58 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 10:17:58 +0800 |
commit | a32ba52d1d9415999be3b5a97c1ba76582d96193 (patch) | |
tree | 7dbcdae4b5684f5d7222c140cf06bcd22295a38c | |
parent | Note the need for a crypto audit (diff) | |
download | powxy-a32ba52d1d9415999be3b5a97c1ba76582d96193.tar.gz powxy-a32ba52d1d9415999be3b5a97c1ba76582d96193.tar.zst powxy-a32ba52d1d9415999be3b5a97c1ba76582d96193.zip |
Why did I put an HTTP URL there...
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -29,10 +29,12 @@ Inspired by [Anubis](https://github.com/TecharoHQ/anubis). But much simpler. ## Contributing -Create a branch that begins with `contrib/` and push via SSH. +Create a branch that begins with `contrib/` and push to +[the repo on our home forge](https://forge.lindenii.runxiyu.org/powxy/:/repos/powxy/) +via SSH. ``` -git clone https://forge.lindenii.runxiyu.org/powxy/:/repos/powxy/ +git clone ssh://forge.lindenii.runxiyu.org/powxy/:/repos/powxy/ cd powxy git checkout -b contrib/whatever # edit and commit stuff |