From 99eb514208a7260d30d12c8a91ce0b1fad328574 Mon Sep 17 00:00:00 2001 From: Viswas Haridas <37623357+JustARatherRidiculouslyLongUsername@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:03:37 +0530 Subject: [PATCH] docs: add instructions to create the git submodule to README (#375) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a00ca8b2..5a711f8a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ Django Rest Framework API for Fyle Xero 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.