Skip to content

Commit 730754c

Browse files
authored
Merge pull request #43 from HashLips/dev
use npm install from now on
2 parents af4a726 + 5c0bda4 commit 730754c

3 files changed

Lines changed: 12 additions & 1804 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To find out more please visit:
2020

2121
![](https://github.com/HashLips/hashlips_art_engine/blob/main/banner.png)
2222

23-
Create generative art by using the canvas api and node js. Before you use the generation engine, make sure you have node.js and yarn installed.
23+
Create generative art by using the canvas api and node js. Before you use the generation engine, make sure you have node.js installed.
2424

2525
## Installation 🛠️
2626

@@ -30,13 +30,7 @@ If you are cloning the project then run this first, otherwise you can download t
3030
git clone https://github.com/HashLips/hashlips_art_engine.git
3131
```
3232

33-
Go to the root of your folder and run this command if you have yarn installed.
34-
35-
```sh
36-
yarn install
37-
```
38-
39-
Alternatively you can run this command if you have node installed.
33+
Go to the root of your folder and run this command if you have node installed.
4034

4135
```sh
4236
npm install
@@ -214,7 +208,7 @@ node utils/createPreviewCollage.js
214208

215209
### Re-generate the \_metadata.json file
216210

217-
This util will only working if you have all the individual json files and want to re-generate the \_metadata.json file if you lost it, run:
211+
This util will only work if you have all the individual json files and want to re-generate the \_metadata.json file if you lost it, run:
218212

219213
```sh
220214
node utils/regenerateMetadata.js

0 commit comments

Comments
 (0)