diff --git a/README.md b/README.md index fa36406..a57d852 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ #### Clone the Repo ``` -git clone --depth 1 https://git.patalcala.com.com/patalcala9/fwt.git +git clone --depth 1 https://git.patalcala.com/patalcala9/fwt.git ``` #### Navigate to the project @@ -16,13 +16,19 @@ git clone --depth 1 https://git.patalcala.com.com/patalcala9/fwt.git ``` +#### Remove GIT + +``` +git rm -rf .git +``` + #### Install Depedencies ``` pnpm install ``` -#### Make sure to update +#### Make sure to update the dependencies first ``` pnpm update