Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic authored Apr 30, 2024
1 parent bf0c8a7 commit 8420562
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ Features:
- Place pending orders on the Exchange
- Async queue (in case two or more orders were filled at the same time)

The package is optional. If you decide to use it, don't forget to disable the sync orders statuses in the `frontend` app.
Otherwise, it may end up in an inconsistent bot state when two synchronizers running at the same time.
For development it's enough to run the `frontend` app.

# Installation

1. Install dependencies
Expand Down Expand Up @@ -89,7 +85,7 @@ $ turbo run prisma:seed
# Development

**Option 1**: Runs both `frontend` and `processor` apps in a single terminal
**Option 1**: Run both `frontend` and `processor` apps in a single terminal

```bash
$ turbo run dev
Expand Down

0 comments on commit 8420562

Please sign in to comment.