Skip to content

Commit

Permalink
Merge pull request #45 from HashLips/dev
Browse files Browse the repository at this point in the history
Added to readme
  • Loading branch information
HashLips authored Sep 21, 2021
2 parents 47a7eff + e9fa25e commit df892d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ If you are cloning the project then run this first, otherwise you can download t
git clone https://github.com/HashLips/hashlips_art_engine.git
```

Go to the root of your folder and run this command if you have node installed.
Go to the root of your folder and run this command if you have yarn installed.

```sh
yarn install
```

Alternatively you can run this command if you have node installed.

```sh
npm install
Expand Down

0 comments on commit df892d6

Please sign in to comment.