1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

doc: add learnuv workshop to README

This commit is contained in:
Thorsten Lorenz 2014-11-05 08:39:13 +10:00 committed by Saúl Ibarra Corretgé
parent 41ddd1f267
commit 3f585626a4

View File

@ -82,6 +82,8 @@ Documentation can be browsed online [here](http://docs.libuv.org).
— API specification and usage examples.
* [libuv-dox](https://github.com/thlorenz/libuv-dox)
— Documenting types and methods of libuv, mostly by reading uv.h.
* [learnuv](https://github.com/thlorenz/learnuv)
— Learn uv for fun and profit, a self guided workshop to libuv.
## Build Instructions