Updated README
This commit is contained in:
parent
ab86a55800
commit
e01eb3848d
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue