Skip to content

Commit

Permalink
Merge branch 'v1.0.5_update' of https://github.com/hashlips/hashlips_…
Browse files Browse the repository at this point in the history
…art_engine into dev
  • Loading branch information
HashLips committed Sep 21, 2021
2 parents 9d3ca3f + 428b115 commit e9fa25e
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 e9fa25e

Please sign in to comment.