Remove Git Setup section from README

This commit is contained in:
2026-06-10 21:00:17 +02:00
parent 64f55c81b0
commit b61433246a
-32
View File
@@ -146,38 +146,6 @@ GOOS=windows GOARCH=amd64 go build ./
GOOS=darwin 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 ## Version Management
The current version is defined in: The current version is defined in: