Skip to content

Commit 5c194b7

Browse files
committed
Update README.md
1 parent 77e8984 commit 5c194b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ archive、ctlinnd、elm、getlist、inncheck、mail、mailconf、mailq、message
114114

115115
yes
116116

117+
## 使用
118+
117119
### Node调用
118120

119121
```
@@ -125,8 +127,15 @@ npm install linux-command
125127
var comm = require("linux-command")
126128
console.log("---->",comm.ls)
127129

130+
var alias = require("linux-command/command/alias.md")
131+
console.log("---->",alias) // markdown string
128132
```
129133

134+
### CDN
135+
136+
https://unpkg.com/linux-command/dist/data.json 命令总 JSON 数据
137+
https://unpkg.com/linux-command/command/alias.md 对应命令详情(Markdown)数据
138+
130139

131140
## Linux学习资源整理
132141

0 commit comments

Comments
 (0)