From 94f1ec1328519569750da0074f41ce822fbf0003 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 25 May 2015 12:46:38 +0900 Subject: [PATCH] Updated Mrbgems FAQ (markdown) --- Mrbgems-FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mrbgems-FAQ.md b/Mrbgems-FAQ.md index 6a437db..9faa4fa 100644 --- a/Mrbgems-FAQ.md +++ b/Mrbgems-FAQ.md @@ -13,7 +13,7 @@ In mrubys root directory there is a file called build_config.rb that file is whe files and libraries to be linked if your creating your gem with C extensions. Inside the build_config.rb You can add this code in to add in your gems. ```ruby -conf.gem '/path/to/gem' +conf.gem 'path/to/gem' ``` If you want to include an include path you do it by writing the code below in your gem specification inside your projects mrbgem.rake file.