Skip to content

Commit 60dce65

Browse files
authored
Merge pull request #1237 from jaiakash/patch-1
docs: fixed java link and cloning instruction
2 parents f384408 + 8fd5c41 commit 60dce65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Other Language Steward(s):
4646

4747
## Setup
4848

49-
0. Ensure Java is installed. Not installed? Head over to https://java.oracle.com
49+
0. Ensure Java is installed. Not installed? Head over to [Java](https://www.oracle.com/java/technologies/downloads/) for installation.
5050
1. Install [node.js](https://nodejs.org/en/download/).
51-
2. [Clone this repository](https://help.github.com/articles/cloning-a-repository/).
51+
2. Clone this repo by typing ```git clone https://github.com/processing/p5.js-website/``` in terminal.
5252
3. Navigate to the `p5.js-website` directory in the terminal and type `npm install`.
5353

5454
## Running

0 commit comments

Comments
 (0)