Skip to content

Commit

Permalink
CONTRIBUTING.md: Use 1-indexing in lists (#319)
Browse files Browse the repository at this point in the history
This makes them a little more human-friendly and fixes the rendering of the nested lists. Compare the "Build and load the extension" items here: https://github.com/OctoLinker/browser-extension/pull/319/files?short_path=6a33714#diff-6a3371457528722a734f3c51d9238c13
  • Loading branch information
josephfrazier authored Mar 20, 2017
1 parent 9fe6a16 commit 9b2119b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ First off, thanks for taking the time to contribute! :tada: :+1:

To build and run the extension follow these steps.

0. Clone the repository.
0. Run `yarn install` to setup the project and install all required dependencies.
0. Start hacking. If you're adding a plugin, you may be interested in seeing the commits that add these plugins:
1. Clone the repository.
1. Run `yarn install` to setup the project and install all required dependencies.
1. Start hacking. If you're adding a plugin, you may be interested in seeing the commits that add these plugins:
* [CSS]
0. Build and load the extension:
1. Build and load the extension:
* Firefox (Quickstart):
0. `yarn firefox-open`
1. `yarn firefox-open`
* Chrome (Quickstart):
0. `yarn chrome-open`
1. `yarn chrome-open`
* Chrome (Long Version):
0. To build the extension once run `yarn chrome-build` or `yarn chrome-watch` during development.
0. Load extension https://developer.chrome.com/extensions/getstarted#unpacked.
1. To build the extension once run `yarn chrome-build` or `yarn chrome-watch` during development.
1. Load extension https://developer.chrome.com/extensions/getstarted#unpacked.

[CSS]: https://github.com/OctoLinker/browser-extension/commit/ccbefb7

Expand Down

0 comments on commit 9b2119b

Please sign in to comment.