Skip to content

Commit

Permalink
⚡ Misc: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luislucena16 committed Dec 20, 2023
1 parent 58514bf commit ab532b0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ This repository is subjected to incentives for the community to contribute to th

You should install the dependencies using Yarn to deploy this code to a local testnet. The project uses Hardhat as a development environment. Which relies on Node.js (Recommended [v18.16.0](https://nodejs.org/download/release/v18.16.0/)).

Install Yarn globally:

```
npm install --global yarn
```

Check your Yarn version:

```
yarn --version
```

Expand All @@ -28,9 +35,13 @@ yarn install

- NodeJS:

Windows: download the recommended version [v18.16.0](https://nodejs.org/download/release/v18.16.0/)
Windows: download the recommended version here: [v18.16.0](https://nodejs.org/download/release/v18.16.0/)

MacOS/Linux: run the following command to install the correct version:

MacOS/Linux: run the following command to install the correct version `nvm install 18.16.0`
```
nvm install 18.16.0
```

To make sure that NodeJS is installed correctly, open the integrated terminal in MacOS/Linux, or command line (cmd), PowerShell in Windows.
Run the following commands to verify the installed versions:
Expand Down

0 comments on commit ab532b0

Please sign in to comment.