From 54e3a91365d763872c0ab789c9c810f592bae7b8 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Mon, 27 Apr 2015 12:59:58 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8106d9e..403f6c1 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,14 @@ To compile an interpreter binary for your own platform, please see the steps as MY-BASIC is cleanly written in a single C source file and an associated header file. Just copy `my_basic.c` and `my_basic.h` to your project folder and add them to a build configuration. -For more details about using MY-BASIC with exist projects, please see [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf). +You can definitely [link with MY-BASIC as a lib](https://github.com/paladin-t/my_basic/wiki/Link-with-MY_BASIC) as well. + +For more details about using MY-BASIC when it's already integrated with exist projects, please see [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf). ## [WIKI](https://github.com/paladin-t/my_basic/wiki) * [Workflow](https://github.com/paladin-t/my_basic/wiki/Workflow) +* [Link with MY-BASIC](https://github.com/paladin-t/my_basic/wiki/Link-with-MY_BASIC) * [Redirect PRINT and INPUT](https://github.com/paladin-t/my_basic/wiki/Redirect-PRINT-and-INPUT) * [Use usertype values](https://github.com/paladin-t/my_basic/wiki/Use-usertype-values) * [Customize macros](https://github.com/paladin-t/my_basic/wiki/Customize-macros)