diff options
author | 2011-03-27 21:44:01 -0400 | |
---|---|---|
committer | 2011-03-27 21:44:01 -0400 | |
commit | b25dca18ca9819f4193ac2a3032921cc76f581e3 (patch) | |
tree | 0d546ad1b881fdfc599ad6117d48fe4ac5ecdff0 /doc/manual/7_Modules.md | |
parent | 0bb23d3f2a547dc71fb1208d43ccba2399328613 (diff) | |
download | textadept-b25dca18ca9819f4193ac2a3032921cc76f581e3.tar.gz textadept-b25dca18ca9819f4193ac2a3032921cc76f581e3.zip |
Add modules repository information to manual; doc/manual/7_Modules.md
Diffstat (limited to 'doc/manual/7_Modules.md')
-rw-r--r-- | doc/manual/7_Modules.md | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/manual/7_Modules.md b/doc/manual/7_Modules.md index 193e9496..f8b1bde0 100644 --- a/doc/manual/7_Modules.md +++ b/doc/manual/7_Modules.md @@ -78,16 +78,24 @@ change them or use different settings, see the ## Getting Modules +The officially supported language modules are hosted on +[Bitbucket](https://bitbucket.org/mitchell) and come with Textadept by default. +To upgrade to the most recent version of a module, you can either use +[Mercurial](http://mercurial.selenic.com) or download a zipped version from the +module's repository homepage. If you have access to Textadept's `_HOME`, you +can overwrite the existing module. Otherwise, place it in your `_USERHOME` and +replace all instances of `_HOME` with `_USERHOME` in the module's `init.lua`. + For now, user-created modules are obtained from the [wiki](http://caladbolg.net/textadeptwiki). ## Installing Modules -It is recommended to put all modules in your `~/.textadept/modules/` directory -so they will not be overwritten when you update Textadept. Modules in that -directory override any modules in Textadept's `modules/` directory. This means -that if you have your own `lua` module, it will be loaded instead of the one -that comes with Textadept. +It is recommended to put all custom or user-created modules in your +`~/.textadept/modules/` directory so they will not be overwritten when you +update Textadept. Also, modules in that directory override any modules in +Textadept's `modules/` directory. This means that if you have your own `lua` +module, it will be loaded instead of the one that comes with Textadept. ## Developing Modules |