Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icepy committed Apr 22, 2018
1 parent b386932 commit bfacde1
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,27 @@ DingTalk Golang SDK https://github.com/icepy
- Test download file

```bash
$ cd __test__
$ go test
~ cd __test__
~ go test
```

# Install

```bash
$ go get -u github.com/icepy/go-dingtalk
~ ᐅ go get -u github.com/icepy/go-dingtalk
~ ᐅ go-dingtalk
Current SDK VERSION=0.1
Current SDK OAPIURL=https://oapi.dingtalk.com/
Current SDK TOPAPIURL=https://eco.taobao.com/router/rest
~
```

# Guide

```bash
$ npm i -g vuepress
$ cd docs
$ vuepress dev
~ npm i -g vuepress
~ cd docs
~ vuepress dev
```

# Example
Expand Down

0 comments on commit bfacde1

Please sign in to comment.