Fix typo in Contributing documentation

This commit is contained in:
pnwmatt 2025-02-06 17:52:18 -08:00
commit d9c04216ae
No known key found for this signature in database

View file

@ -149,7 +149,7 @@ In case this post disappears, here are the steps (slightly modified):
>
> Add your fork as origin:
>
> `git remote add origin git@github.com/yourgithubname/gotosocial`
> `git remote add origin git@github.com:yourgithubname/gotosocial`
>
Be sure to run `git fetch` before building the project for the first time.