Updated README

This commit is contained in:
Patrick Alvin Alcala 2025-07-29 16:47:34 +08:00
parent ab86a55800
commit e01eb3848d

View file

@ -7,7 +7,7 @@
#### Clone the Repo
```
git clone --depth 1 https://git.patalcala.com.com/patalcala9/fwt.git <project-name>
git clone --depth 1 https://git.patalcala.com/patalcala9/fwt.git <project-name>
```
#### Navigate to the project
@ -16,13 +16,19 @@ git clone --depth 1 https://git.patalcala.com.com/patalcala9/fwt.git <project-na
cd <project-name>
```
#### Remove GIT
```
git rm -rf .git
```
#### Install Depedencies
```
pnpm install
```
#### Make sure to update
#### Make sure to update the dependencies first
```
pnpm update