diff options
author | Guido L <LipkeGu@users.noreply.github.com> | 2016-05-23 02:50:01 +0200 |
---|---|---|
committer | Guido L <LipkeGu@users.noreply.github.com> | 2016-05-23 02:50:01 +0200 |
commit | b01b2aa8b4ecab1f002c40792f0e86e53ad815ad (patch) | |
tree | c9e890716f5e6cc176f94b81f2c8894f86c0602e /documentation | |
parent | 6415c04d1342162bad16874653189b3780cdbd04 (diff) |
ModulesHowTo: Fix typo
Signed-off-by: Guido Lipke <lipkegu@gmail.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ModulesHowTo.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ModulesHowTo.md b/documentation/ModulesHowTo.md index c4dbb9820..7efed83d6 100644 --- a/documentation/ModulesHowTo.md +++ b/documentation/ModulesHowTo.md @@ -1,7 +1,7 @@ *Note:* If you plan to integrate your module into LuCI, you should read the [wiki:Documentation/Modules Module Reference] before. This tutorial describes how to write your own modules for the LuCI WebUI. -For this tutorial we refer to your LuCI installation direcotry as *lucidir_' (/usr/lib/lua/luci if you are working with an installed version) and assume your LuCI installation is reachable through your webserver via '_/cgi-bin/luci*. +For this tutorial we refer to your LuCI installation directory as *lucidir_' (/usr/lib/lua/luci if you are working with an installed version) and assume your LuCI installation is reachable through your webserver via '_/cgi-bin/luci*. If you are working with the development environment replace *lucidir_' with '''''/path/to/your/luci/checkout''/applications/myapplication/luasrc''' (this is a default empty module you can use for your experiments) and your LuCI installation can probably be reached via http://localhost:8080/luci/ after you ran '_make runhttpd*. |