forked from team/site
1
0
Fork 0

fix contribution steps list on README.md

This commit is contained in:
Santiago Forero 2021-08-31 21:40:36 +00:00
parent 147fca2cd6
commit cc5161f5a6
1 changed files with 4 additions and 4 deletions

View File

@ -25,22 +25,22 @@ see also [css/](css/) for info on the theme and working with that.
1. clone this repo
1. install deps (markdown parser)
2. install deps (markdown parser)
```bash
composer install
```
1. start a php development server
3. start a php development server
```bash
php -S localhost:9000
```
1. create a feature branch
4. create a feature branch
```bash
git checkout -b my-cool-feature
```
1. [open a PR](https://tildegit.org/team/site/pulls)
5. [open a PR](https://tildegit.org/team/site/pulls)
thanks!