Skip to content

Commit

Permalink
docs: add instructions to create the git submodule in README (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 0ca9e6e commit 105ff4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Django Rest Framework API for Fyle Quickbooks Online Integration

### Setup

* Add and update the `fyle_integrations_imports` submodule
```bash
$ git submodule init
$ git submodule update
```

* Download and install Docker desktop for Mac from [here.](https://www.docker.com/products/docker-desktop)

* If you're using a linux machine, please download docker according to the distrubution you're on.
Expand Down

0 comments on commit 105ff4e

Please sign in to comment.