Skip to content

Commit

Permalink
update contributor_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manaswinidas committed Jul 15, 2020
1 parent 934db65 commit be63e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributor_docs/i18n_contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ If you want to contribute with p5.js website translations, you are in the right
1. Install node.js by following the instructions [here](https://nodejs.org/en/download/).
2. [Fork](https://help.github.com/articles/fork-a-repo/) the p5.js-website repository to your Github account. Click the *Fork* button on the upper-right side of the p5.js-website Github repo. This will automatically open your fork repo on Github.

![processing/p5.js-website repository menu. At the right bottom of the menu the "fork" button is highlighted](https://github.com/processing/p5.js-website/blob/main/contributor_docs/assets/fork.png)
![processing/p5.js-website repository menu. At the right bottom of the menu the "fork" button is highlighted](https://github.com/processing/p5.js-website/raw/main/contributor_docs/assets/fork.png)

3. On your fork click the green *Clone or download* button. It will display a bar from where you can copy your `repo_URL`.

![processing/p5.js-website repository menu. The "Clone or download" button is pressed and a tab is displayed under it from which the repository's link can be copied.](https://github.com/processing/p5.js-website/blob/main/contributor_docs/assets/clone.png)
![processing/p5.js-website repository menu. The "Clone or download" button is pressed and a tab is displayed under it from which the repository's link can be copied.](https://github.com/processing/p5.js-website/raw/main/contributor_docs/assets/clone.png)

4. Open your command-line interface (CLI) and [clone](https://help.github.com/articles/cloning-a-repository/) your fork of the p5.js-website repository to `your_directory` on your laptop by typing:
```
Expand Down

0 comments on commit be63e7d

Please sign in to comment.