Skip to content

Commit

Permalink
chore: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
platonfloria committed May 7, 2024
1 parent d10b2f7 commit 16b9871
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
test:
poetry run pytest fastlane_bot/tests -v $1

pull:
git pull --recurse-submodules
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16b9871

Please sign in to comment.