mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add development setup steps
This commit is contained in:
parent
f4a8bf23aa
commit
b233e5d763
10
README.md
10
README.md
|
@ -329,6 +329,16 @@ helm delete bbgo
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
### Setting up your local repository
|
||||||
|
|
||||||
|
1. Click the "Fork" button from the GitHub repository.
|
||||||
|
2. Clone your forked repository into `$GOPATH/github.com/c9s/bbgo`.
|
||||||
|
3. Change directory into `$GOPATH/github.com/c9s/bbgo`.
|
||||||
|
4. Create a branch and start your development.
|
||||||
|
5. Test your changes.
|
||||||
|
6. Push your changes to your fork.
|
||||||
|
7. Send a pull request.
|
||||||
|
|
||||||
### Adding new migration
|
### Adding new migration
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user