mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
update readme for binary installation
This commit is contained in:
parent
c576cf6033
commit
00109eb464
13
README.md
13
README.md
|
@ -31,7 +31,18 @@ Get your exchange API key and secret after you register the accounts:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Setup MySQL or [run it in docker](https://hub.docker.com/_/mysql)
|
|
||||||
|
### Install from binary
|
||||||
|
|
||||||
|
The following script will help you setup a config file, dotenv file:
|
||||||
|
|
||||||
|
```
|
||||||
|
bash <(curl -s https://raw.githubusercontent.com/c9s/bbgo/main/scripts/setup-grid.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
### Install from source
|
||||||
|
|
||||||
|
Optional: setup MySQL or [run it in docker](https://hub.docker.com/_/mysql)
|
||||||
|
|
||||||
Install the builtin commands:
|
Install the builtin commands:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user