From 8fd5c418ffe87c2d6f2f18dafcb9778e9a8007f3 Mon Sep 17 00:00:00 2001 From: Akash Jaiswal <33419526+jaiakash@users.noreply.github.com> Date: Sun, 17 Jul 2022 22:26:41 +0530 Subject: [PATCH] docs: fixed java link and cloning instruction Updated link of JAVA install. Reiterate the instruction for clonning repo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bae0b16e6..30e1a07309 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ Other Language Steward(s): ## Setup -0. Ensure Java is installed. Not installed? Head over to https://java.oracle.com +0. Ensure Java is installed. Not installed? Head over to [Java](https://www.oracle.com/java/technologies/downloads/) for installation. 1. Install [node.js](https://nodejs.org/en/download/). -2. [Clone this repository](https://help.github.com/articles/cloning-a-repository/). +2. Clone this repo by typing ```git clone https://github.com/processing/p5.js-website/``` in terminal. 3. Navigate to the `p5.js-website` directory in the terminal and type `npm install`. ## Running