mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
doc: fix doc indentation
This commit is contained in:
parent
51e97284cf
commit
2bcd3fce45
|
@ -42,9 +42,9 @@ make migrations
|
||||||
or
|
or
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
rockhopper compile --config rockhopper_mysql.yaml --output pkg/migrations/mysql
|
rockhopper compile --config rockhopper_mysql.yaml --output pkg/migrations/mysql
|
||||||
rockhopper compile --config rockhopper_sqlite.yaml --output pkg/migrations/sqlite3
|
rockhopper compile --config rockhopper_sqlite.yaml --output pkg/migrations/sqlite3
|
||||||
git add -v pkg/migrations && git commit -m "compile and update migration package" pkg/migrations || true
|
git add -v pkg/migrations && git commit -m "compile and update migration package" pkg/migrations || true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user