diff options
author | 2011-03-27 22:04:24 -0400 | |
---|---|---|
committer | 2011-03-27 22:04:24 -0400 | |
commit | 2567f768ea08abaf53e7e09f9103cfaa3c87d2d8 (patch) | |
tree | e3aa4b6ec28081850e6a207b00852fa0521b04f8 /doc | |
parent | acac887dea96a8d1298bb4fbbda41b7cddd22c69 (diff) |
Added hg commands for updating modules to the manual; doc/manual/7_Modules.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/7_Modules.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/manual/7_Modules.md b/doc/manual/7_Modules.md index f8b1bde0..dba398a3 100644 --- a/doc/manual/7_Modules.md +++ b/doc/manual/7_Modules.md @@ -81,10 +81,11 @@ change them or use different settings, see the 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`. +[Mercurial](http://mercurial.selenic.com) (run `hg pull` and then `hg update` on +or from within the module) or download a zipped version from the module's +repository homepage and overwrite the existing one. If you do not have access to +`_HOME`, place the updated module 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). |