Skip to content

Commit

Permalink
Update local deployment instructions to use HTTPS for repository cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Dec 26, 2024
1 parent d18c4cc commit 1bddafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/local-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Make sure these components are properly installed and configured on your local m
2. Clone the repository and install dependencies:

```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 ../client && npm install
```
Expand Down

0 comments on commit 1bddafb

Please sign in to comment.