diff --git a/Makefile b/Makefile index aee4be7d5..1a34ffdd0 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ test: poetry run pytest fastlane_bot/tests -v $1 + +pull: + git pull --recurse-submodules diff --git a/README.md b/README.md index ed30f245b..6de875c2a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Install Fastlane Arbitrage Bot from PyPi using the following command: Clone the repo from Bancor's GitHub and install: ```bash -git clone https://github.com/bancorprotocol/fastlane-bot +git clone --recurse-submodules https://github.com/bancorprotocol/fastlane-bot cd fastlane-bot pip install poetry poetry install