Skip to content

Commit

Permalink
remove config
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Jun 25, 2019
1 parent dbcfb57 commit 008dfd2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,5 @@ This is a GO portation from the original [ydcv in python](https://github.com/fel

This project is a practise during the study of Go (newbie work in 100 lines). If you have any idea improving this project, pull request is welcomed.

# Config

User need to apply for his own service API key from [有道智云](https://ai.youdao.com).
Keys writted to a config file `.ydgo`, put at `HOME` dir, or `%USERPROFILE%` for windows.

Example:
```
$ cat ~/.ydgo
YDAPPID="123456"
YDAPPSEC="abcd1234"
```

## Environment:
* Any OS that GO supports (windows, linux, freebsd, darwin ...)

0 comments on commit 008dfd2

Please sign in to comment.