Skip to content

Commit f94291b

Browse files
committed
docs(readme): updated docs
1 parent bf28300 commit f94291b

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,30 @@ with [Typescript](https://www.typescriptlang.org/), [Redux Toolkit](https://redu
104104

105105
### Prerequisites
106106

107-
1. [nvm](https://github.com/nvm-sh/nvm)
108-
2. [Node.js v17](https://nodejs.org/en/)
109-
3. [Yarn](https://yarnpkg.com/)
107+
<details>
108+
<summary><a href="https://github.com/nvm-sh/nvm">nvm</a></summary>
109+
110+
```shell
111+
brew install nvm
112+
```
113+
114+
</details>
115+
<details>
116+
<summary><a href="https://nodejs.org/en/">Node.js v17.4.0</a></summary>
117+
118+
```shell
119+
nvm install v17.4.0
120+
```
121+
122+
</details>
123+
<details>
124+
<summary><a href="https://yarnpkg.com/">Yarn</a></summary>
125+
126+
```shell
127+
npm install --global yarn
128+
```
129+
130+
</details>
110131

111132
### Installation
112133

0 commit comments

Comments
 (0)