From a8c7b8a525a3b583441c856696ad09653975d52c Mon Sep 17 00:00:00 2001 From: hisham Date: Mon, 9 Nov 2009 17:18:39 +0000 Subject: add documentation git-svn-id: http://luarocks.org/svn/luarocks/trunk@120 9ca3f7c1-7366-0410-b1a3-b5c78f85698c --- src/luarocks/cfg.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 710ca8f4..0cf58ba3 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua @@ -7,6 +7,12 @@ local rawset, next, table, pairs, print, require, io, os, setmetatable, pcall, i -- defines defaults for unset values. See the -- config -- file format documentation for details. +-- +-- End-users shouldn't edit this file. They can override any defaults +-- set in this file using their system-wide $LUAROCKS_SYSCONFIG file +-- (see luarocks.config) or their user-specific configuration file +-- (~/.luarocks/config.lua on Unix or %APPDATA%/luarocks/config.lua on +-- Windows). module("luarocks.cfg") -- Load site-local global configurations -- cgit v1.2.3-55-g6feb