File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ This repository is the Terraform provider for Bytebase.
77### Prerequisites
88
99- [ Go] ( https://golang.org/doc/install ) (1.19 or later)
10- - [ Air] ( https://github.com/cosmtrek/air#installation ) (must use forked repo 87187cc). This is for backend live reload.
1110- [ Terraform] ( https://developer.hashicorp.com/terraform/downloads?product_intent=terraform ) (1.3.5 or later)
11+ - [ Bytebase] ( https://github.com/bytebase/bytebase )
1212
13- ### Prepare
13+ ### Prepare Bytebase OpenAPI server
1414
1515``` bash
1616# clone Bytebase to get the OpenAPI server
@@ -22,7 +22,7 @@ git clone
[email protected] :bytebase/terraform-provider-bytebase.git
2222``` bash
2323# start Bytebase OpenAPI server
2424cd bytebase
25- # check https://github.com/bytebase/bytebase for more information .
25+ # check https://github.com/bytebase/bytebase for starting the Bytebase server .
2626air -c scripts/.air.toml
2727```
2828
You can’t perform that action at this time.
0 commit comments