Skip to content

docs: simplifying the npm install command #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ When you want to update, you can execute the encapsulated npm command `update`,
# Execute using any package management tool
npm run update
# Of course, you can also execute the command yourself
npm i --save-dev leetcode-practice
npm i -D leetcode-practice
```

#### Option C. Plugin (Under Development)
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ lc
# 使用任意一种包管理工具执行即可
npm run update
# 当然你也可以自己执行指令
npm i --save-dev leetcode-practice
npm i -D leetcode-practice
```

#### 方案C.插件 Plugin (待开发)
Expand Down
2 changes: 1 addition & 1 deletion README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ lc
# どちらかのパッケージ管理ツールを使用して実行できます
npm run update
# もちろん、コマンドを手動で実行することもできます
npm i --save-dev leetcode-practice
npm i -D leetcode-practice
```

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