소스 검색

doc: update README

node 6 년 전
부모
커밋
d8fe01c216
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

11
 # npm 安装
11
 # npm 安装
12
 $ npm install git+https://git.links123.net/npm/comment.git --save
12
 $ npm install git+https://git.links123.net/npm/comment.git --save
13
 # yarn 安装
13
 # yarn 安装
14
-$ yarn add https://git.links123.net/npm/comment.git
14
+$ yarn add git+https://git.links123.net/npm/comment.git
15
 ```
15
 ```
16
 
16
 
17
 然后在代码里面引入 `comment` 组件:
17
 然后在代码里面引入 `comment` 组件: