Added readme for gitea repo

This commit is contained in:
2026-01-27 22:27:38 +01:00
parent 688a40df6f
commit 434ad16f14

View File

@@ -39,6 +39,7 @@ Run `./install.sh --help` to see all available options and details.
## One-line install
### Github
```bash
curl -fsSL https://raw.githubusercontent.com/jjsalinas/dotfiles/main/install.sh | bash
```
@@ -48,3 +49,9 @@ With options
curl -fsSL https://raw.githubusercontent.com/jjsalinas/dotfiles/main/install.sh | bash -s -- --theme clean --add-nvm
```
### Gitea version
```bash
curl -fsSL https://puxorjensap.com/jjsalinas/dotfiles/raw/branch/main/install.sh | bash
curl -fsSL https://puxorjensap.com/jjsalinas/dotfiles/raw/branch/main/install.sh | bash -s -- --theme clean --add-nvm
```