Update README.md

This commit is contained in:
gru
2026-02-02 09:26:10 +01:00
parent e14355ea33
commit 983af97018

View File

@@ -6,10 +6,10 @@ The installer configures Angie, deploys NPM (frontend + backend).
---
## Repository
Base URL: **https://gitea.linuxiarz.pl/gru/npm-angie-auto-install**
Base URL: **https://git.linuxiarz.pl/gru/npm-angie-auto-install**
> On Gitea, the raw file URL usually looks like:
> `https://gitea.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/main/npm_install.py`
> `https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/main/npm_install.py`
---
@@ -22,13 +22,13 @@ Base URL: **https://gitea.linuxiarz.pl/gru/npm-angie-auto-install**
## Quick Start (one-liner) - Interactive mode
```bash
curl -fsSL https://gitea.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py \
curl -fsSL https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py \
-o npm_install.py && sudo python3 npm_install.py
```
## Quick Start (one-liner) - NON-Interactive mode
```bash
curl -fsSL https://gitea.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py \
curl -fsSL https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py \
-o npm_install.py && sudo python3 npm_install.py --npm-version 2.13.2 --node-version 24
```
@@ -60,7 +60,7 @@ options:
## Manual Download & Run
```bash
# 1) Download the latest installer script
curl -L https://gitea.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py -o npm_install.py
curl -L https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py -o npm_install.py
# 2) Run installer with the latest stable release (auto-detects newest tag)
python3 npm_install.py