From 472d0394e1a001354b6c1f16478cadb0c70d5174 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Sat, 5 Nov 2016 17:36:53 +0800 Subject: [PATCH] doc typescript native support on docker --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8414a0ce..897d682d 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ $ alias wechaty='docker run \ $ wechaty mybot.js ``` +* Wechaty Docker has native support for TypeScript as well: just write in TypeScript and save to `mybot.ts`, then run `wechaty mybot.ts`. + Get to know more about Wechaty Docker from [here](https://github.com/wechaty/wechaty/wiki/Docker). ## NPM @@ -163,7 +165,7 @@ Here's how to show the Wechaty Badge on your page: in case you are interested, o # Contributing -Welcome to be a Wechaty Contributer: [CONTRIBUTING](https://github.com/wechaty/wechaty/blob/master/CONTRIBUTING.md) +Howto [contribute](https://github.com/wechaty/wechaty/blob/master/CONTRIBUTING.md) # See Also -- GitLab