Update local deployment instructions to use HTTPS for repository cloning
This commit is contained in:
@@ -26,7 +26,7 @@ Make sure these components are properly installed and configured on your local m
|
|||||||
2. Clone the repository and install dependencies:
|
2. Clone the repository and install dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:JhumanJ/OpnForm.git && cd OpnForm
|
git clone https://github.com/JhumanJ/opnform && cd OpnForm
|
||||||
cd api && composer install
|
cd api && composer install
|
||||||
cd ../client && npm install
|
cd ../client && npm install
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user