Skip to content

Commit e9fa25e

Browse files
committed
Merge branch 'v1.0.5_update' of https://github.com/hashlips/hashlips_art_engine into dev
2 parents 9d3ca3f + 428b115 commit e9fa25e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ 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 node installed.
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.
3440

3541
```sh
3642
npm install

0 commit comments

Comments
 (0)