Skip to content

Commit

Permalink
Merge pull request #3109 from UlisesGascon/docs/improve-contributing
Browse files Browse the repository at this point in the history
Improved installation steps
  • Loading branch information
zkoppert authored Sep 27, 2023
2 parents ca8c831 + 9ab334a commit da4e48e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,21 @@ If you're writing content, see the [style guide](./docs/styleguide.md) to help y

This site is powered by [Jekyll](https://jekyllrb.com/). Running it on your local machine requires a working [Ruby](https://www.ruby-lang.org/en/) installation with [Bundler](https://bundler.io/).

Once you have that set up, run:
Once you have that set up:

script/bootstrap
script/server
1. Grant execution permissions to the scripts:

```bash
chmod +x script/bootstrap
chmod +x script/server
```

2. Execute the scripts:

```bash
./script/bootstrap
./script/server
```

…and open <http://localhost:4000> in your web browser.

Expand Down

0 comments on commit da4e48e

Please sign in to comment.