Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user