Skip to content

Commit

Permalink
UPD: Update Readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsangington committed May 27, 2024
1 parent 1fd55b4 commit 2bee7f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,33 @@ Prerequisites:
- Node 18.20
<details>
<summary>Installing Node 18.20 (using NVM)</summary>
<br>
To install node and npm in Ubuntu on WSL you need to install nvm. It doesn't work with apt-install.
Install NVM:

```sh
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
```

Edit ~/.bashrc or ~/.zshrc depending on the Linux Shell you're using and add the following at the bottom.

```sh
export NVM_DIR="/home/yourusername/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
```

Restart your shell and docker after this step.
nvm install node version 18.20.3

```sh
nvm install v18.20.3
```

</details>
- [Yarn 1 "Classic"](https://classic.yarnpkg.com/lang/en/docs/install/)
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
<details>
<summary>Installing Docker on WSL or Linux</summary>
<br>
For Linux, follow this [link](https://docs.docker.com/engine/install/ubuntu/) for Ubuntu Docker install.
<br>

Expand Down

0 comments on commit 2bee7f4

Please sign in to comment.