From b61433246ad2efa267751e5f7f4e527f8f6e5b5b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 10 Jun 2026 21:00:17 +0200 Subject: [PATCH] Remove Git Setup section from README --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/README.md b/README.md index 48702f2..bdbaf89 100644 --- a/README.md +++ b/README.md @@ -146,38 +146,6 @@ GOOS=windows GOARCH=amd64 go build ./ GOOS=darwin GOARCH=amd64 go build ./ ``` -## Git Setup - -### Initialize Repository - -The repository is already initialized. For a fresh clone: - -```bash -git init -git add . -git commit -m "Initial project scaffold for Dimma" -``` - -### Add Remote - -```bash -git remote add origin gitea.sanplex.xyz:Sansan/dimma.git -``` - -Or with HTTPS: - -```bash -git remote add origin https://gitea.sanplex.xyz/Sansan/dimma.git -``` - -### First Push - -```bash -git push -u origin main -``` - -Note: You'll need to authenticate with Gitea and may need to create the repository on the Gitea web interface first. - ## Version Management The current version is defined in: