From dc6ade853d9813f038f57d8f5f557a29c29e1252 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 15 Jul 2012 22:25:48 +0200 Subject: [PATCH] README: explain how to use things in lib/ --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 213ee98..eca6d00 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,8 @@ Here some of the things you may be interested in: Things in `lib/` are meant to be reused. I am using my own `loadrc()` function to load modules and therefore, I prefix my modules with -`vbe/`. Before reusing a module, you may want to change this. +`vbe/`. Before reusing a module, you may want to change this. Another +way to load them is to use: + + require("lib/quake") + local quake = package.loaded["vbe/quake"]