Skip to content

Commit

Permalink
[docs] Added git clone step on mac OS setup (ToolJet#2709)
Browse files Browse the repository at this point in the history
Co-authored-by: Kavin Venkatachalam <kavin@Kavins-MacBook-Pro-2.local>
  • Loading branch information
kavinvenkatachalam and Kavin Venkatachalam authored Apr 1, 2022
1 parent 3e55b74 commit 270b808
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/contributing-guide/setup/Mac OS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Follow these steps to setup and run ToolJet on macOS for development purposes. O
brew install postgresql
```

1.4 Clone the repository
```bash
git clone https://github.com/tooljet/tooljet.git
```

2. Set up environment variables

Create a `.env` file by copying `.env.example`. More information on the variables that can be set is given in the [environment variables reference](/docs/deployment/env-vars)
Expand Down

0 comments on commit 270b808

Please sign in to comment.