Skip to content

Commit df892d6

Browse files
authored
Merge pull request #45 from HashLips/dev
Added to readme
2 parents 47a7eff + e9fa25e commit df892d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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)