Skip to content

Commit c7f5900

Browse files
authored
docs: simplifying the npm install command (#44)
1 parent 4a0763c commit c7f5900

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ When you want to update, you can execute the encapsulated npm command `update`,
213213
# Execute using any package management tool
214214
npm run update
215215
# Of course, you can also execute the command yourself
216-
npm i --save-dev leetcode-practice
216+
npm i -D leetcode-practice
217217
```
218218

219219
#### Option C. Plugin (Under Development)

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ lc
218218
# 使用任意一种包管理工具执行即可
219219
npm run update
220220
# 当然你也可以自己执行指令
221-
npm i --save-dev leetcode-practice
221+
npm i -D leetcode-practice
222222
```
223223

224224
#### 方案C.插件 Plugin (待开发)

README_JP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ lc
209209
# どちらかのパッケージ管理ツールを使用して実行できます
210210
npm run update
211211
# もちろん、コマンドを手動で実行することもできます
212-
npm i --save-dev leetcode-practice
212+
npm i -D leetcode-practice
213213
```
214214

215215
#### オプションC.プラグイン(開発中)

0 commit comments

Comments
 (0)