mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Update README.md
This commit is contained in:
parent
d0adcd3847
commit
1b26db3605
2 changed files with 15 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ This is a work in progress.
|
|||
- [Examples](#examples)
|
||||
- [Future](#future)
|
||||
- [Contributors](#contributors)
|
||||
- [License](license)
|
||||
|
||||
## Docs
|
||||
- [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)
|
||||
|
|
@ -236,3 +237,9 @@ func main() {
|
|||
|
||||
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.
|
||||
- See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md).
|
||||
|
||||
## License
|
||||
|
||||
Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
|
||||
|
||||
See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE).
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
|
|||
- [Examples](#examples)
|
||||
- [Future](#future)
|
||||
- [Contributors](#contributors)
|
||||
- [License](license)
|
||||
|
||||
## Docs
|
||||
- [中文文档](https://github.com/go-vgo/robotgo/blob/master/docs/doc_zh.md)
|
||||
|
|
@ -229,4 +230,10 @@ func main() {
|
|||
## Contributors
|
||||
|
||||
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.
|
||||
- See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md).
|
||||
- See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md).
|
||||
|
||||
## License
|
||||
|
||||
Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
|
||||
|
||||
See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE).
|
||||
Loading…
Reference in a new issue