We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d585cd commit e65da97Copy full SHA for e65da97
README.md
@@ -4,6 +4,12 @@ NodeScriptKit项目,简称nsk项目。它是
4
- 一个可自由扩展配置,支持订阅,交互式的,服务器辅助脚本汇总集合
5
- 一个能够节省你大量命令/脚本查找时间的项目
6
7
+## 使用方法
8
+
9
+```
10
+bash <(curl -sL https://sh.nodeseek.com)
11
12
13
## 主配置文件说明
14
- 配置文件采用[toml格式](https://toml.io/cn/v1.0.0),可以使用[vscode](https://code.visualstudio.com/)配合[Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml)插件或者一些[在线编辑器](https://www.toml-lint.com/)编辑
15
- nsk的主配置文件默认位于/etc/nsk/config.toml
0 commit comments