content: Correct the SourceHut repository URL

This commit is contained in:
cujohub 2025-02-28 19:37:39 -03:00 committed by GitHub
parent a8cf3d28fe
commit 8217c0900f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ echo "/public" >> .gitignore
# commit and push code to main branch
git add .
git commit -m "Initial commit"
git remote add origin https://git.sr.ht/~<YourUsername>/<YourUsername>.srht.site.git
git remote add origin https://git.sr.ht/~<YourUsername>/<YourUsername>.srht.site
git push -u origin main
```