aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-06-18 02:09:36 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-06-18 02:09:36 +0200
commit4caf95bfd031640010d968e05756399ec3715ea3 (patch)
treec2be72583b1441511ebed990eadb593ac13a6d6a /README
parent80d523ad936383da242576e57a83b4a95c64b225 (diff)
downloadvicious-legacy-4caf95bfd031640010d968e05756399ec3715ea3.tar.xz
README: update initialization instructions
With the Lua 5.2 port we change the way vicious is loaded as a module, so that it remains backwards compatible with Lua 5.1 users. Also added the author of the Lua 5.2 port to the contributors list.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 69ca8ad..d0f52b8 100644
--- a/README
+++ b/README
@@ -35,7 +35,7 @@ your memory.
Then add the following to the top of your rc.lua:
- require("vicious")
+ local vicious = require("vicious")
Once you create a widget (a textbox, graph or a progressbar) call
vicious.register() to register it with Vicious:
@@ -559,3 +559,4 @@ Vicious contributors:
- Hiltjo Posthuma <hiltjo codemadness.org>
- Hagen Schink <troja84 googlemail.com>
- Jörg Thalheim <jthalheim gmail.com>
+ - Arvydas Sidorenko <asido4 gmail.com>