Skip to content

Commit 1e25241

Browse files
committed
📝 docs: update README.md
1 parent eb93460 commit 1e25241

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,27 @@ cd `your_location`
141141
142142
<br>
143143

144+
<details open>
145+
<summary><b>⛏ Setup Development Tools with MISE <i>(mise-en-place)</i></b></summary>
146+
<br>
147+
148+
Ensure that `mise` command available on your system (using `scoop install mise`)
149+
150+
```bash
151+
# Enable experimental features:
152+
mise settings experimental true
153+
```
154+
155+
The below command with install latest LTS version of NodeJS, and also automatically install NPM global packages define in [`.default-npm-packages`](./config/home/.default-npm-packages)
156+
157+
```bash
158+
# Install latest NodeJS LTS
159+
mise use -g node@lts
160+
```
161+
162+
For further information please visit: https://mise.jdx.dev.
163+
164+
<br>
144165

145166
<details open>
146167
<summary><b>🌟 Bootstrap WSL</b></summary>

0 commit comments

Comments
 (0)