Skip to content

Commit 8b94809

Browse files
authored
Update README.md
1 parent 37db430 commit 8b94809

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ This generator helps to create a GitHub repo with the following features:
2323

2424
We 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
2828
npm install -g yo
2929
npm 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
3434
yo 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

0 commit comments

Comments
 (0)