File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ This generator helps to create a GitHub repo with the following features:
2323
2424We assume you already have [ node.js] ( https://nodejs.org/ ) installed.
2525
26- 1 . First, install [ Yeoman] ( http://yeoman.io ) and ` generator-openapi-repo ` :
26+ - First, install [ Yeoman] ( http://yeoman.io ) and ` generator-openapi-repo ` :
2727``` bash
2828npm install -g yo
2929npm install -g generator-openapi-repo
3030```
31- 2 . Then [ create GitHub repo] ( https://help.github.com/articles/create-a-repo/#create-a-new-repository-on-github ) where your OpenAPI spec will live.
32- 3 . [ Clone your repo] ( https://help.github.com/articles/cloning-a-repository/ ) and execute the following command inside it:
31+ - Then [ create GitHub repo] ( https://help.github.com/articles/create-a-repo/#create-a-new-repository-on-github ) where your OpenAPI spec will live.
32+ - [ Clone your repo] ( https://help.github.com/articles/cloning-a-repository/ ) and execute the following command inside it:
3333``` bash
3434yo openapi-repo
3535```
36- 4 . Commit and push your changes to the GitHub and follow instruction from ` README.md ` of your newly created repo.
36+ - Commit and push your changes to the GitHub and follow instruction from ` README.md ` of your newly created repo.
3737** Note** : don't forget to commit the ` .yo-rc.json ` file, it contains all answers gave to yeoman, and they are reused during the update procedure.
3838
3939## Updating an existing project
You can’t perform that action at this time.
0 commit comments