update readme links
Some checks failed
Build and Deploy Node App / build-and-deploy (push) Failing after 6s

This commit is contained in:
Ahmed 2026-02-20 03:42:47 +05:30
parent bfe19a125e
commit 63b43b7fee

View File

@ -23,7 +23,7 @@ pnpm install
Open your file explorer, or use another terminal, and clone this template to your computer:
```bash
git clone [https://git.pynixworld.com/Moody6/node-app-builder-template.git](https://git.pynixworld.com/Moody6/node-app-builder-template.git)
git clone https://git.pynixworld.com/Moody6/node-app-builder-template.git
```
**3. Inject the Magic**
@ -36,7 +36,7 @@ Go to the Gitea website and create a brand new, empty repository. Then, go back
```bash
git init
git checkout -b dev # We always start in the Dev environment!
git remote add origin [https://git.pynixworld.com/YOUR_USERNAME/YOUR_NEW_REPO.git](https://git.pynixworld.com/YOUR_USERNAME/YOUR_NEW_REPO.git)
git remote add origin https://git.pynixworld.com/YOUR_USERNAME/YOUR_NEW_REPO.git
```
**5. Launch It!**