Remove Git Setup section from README
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user