From 434ad16f1426b6fea2343d1912ade52bd3d7f438 Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Tue, 27 Jan 2026 22:27:38 +0100 Subject: [PATCH] Added readme for gitea repo --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index eda9634..e0cb2ed 100644 --- a/README.md +++ b/README.md @@ -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 +``` +