Skip to content

Commit 95f3292

Browse files
committed
improve readme.md
- remove redundant bullet points in both Setup and Running - reorder points 1 and 2 of the Setup to make it more intuitive - add link to zip file
1 parent c0d8338 commit 95f3292

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
33
## Setup
44

55
0. Install [node.js](https://nodejs.org/en/download/).
6-
1. Download this zip file or [clone this repository](https://help.github.com/articles/cloning-a-repository/) and navigate to the directory in the terminal.
7-
2. Type `npm install`.
8-
2. Copy `dist\download\version-sample.json` to `dist\download\version.json`.
9-
2. Type `npm run watch` to run.
10-
3. This should open a window in your browser with the site running at http://localhost:9000.
6+
1. Download this repo as a [zip file](https://github.com/processing/p5.js-website/archive/master.zip) or [clone this repository](https://help.github.com/articles/cloning-a-repository/).
7+
2. Navigate to the `p5.js-website` directory in the terminal and type `npm install`.
8+
3. Copy `dist\download\version-sample.json` to `dist\download\version.json`.
119

1210
## Running
1311

14-
Once you've setup the site, to run again in the future:
15-
16-
1. Type `npm run watch` to run.
17-
2. This should open a window in your browser with the site running at http://localhost:9000.
12+
Once you've setup the site, type `npm run watch` to run the website. This should open a window in your browser with the site running at http://localhost:9000.
1813

1914
## File structure
2015

0 commit comments

Comments
 (0)