From 5c194b7f749921d91ba0045a1ec6721c6d6ced6a Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 5 Jun 2018 12:11:44 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 344c8b5e6e..09019abdfa 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,8 @@ archive、ctlinnd、elm、getlist、inncheck、mail、mailconf、mailq、message yes +## 使用 + ### Node调用 ``` @@ -125,8 +127,15 @@ npm install linux-command var comm = require("linux-command") console.log("---->",comm.ls) +var alias = require("linux-command/command/alias.md") +console.log("---->",alias) // markdown string ``` +### CDN + +https://unpkg.com/linux-command/dist/data.json 命令总 JSON 数据 +https://unpkg.com/linux-command/command/alias.md 对应命令详情(Markdown)数据 + ## Linux学习资源整理