File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Install this module by copying it into your *~/.textadept/modules/* directory or
99
1010## Compiling
1111
12- Releases include binaries, so building this modules should not be necessary. If you want to
13- build manually, run ` make deps ` followed by ` make ` . This assumes the module is installed
14- in Textadept's * modules/* directory. If it is not (e.g. it is in your ` _USERHOME ` ), run
15- ` make ta=/path/to/textadept ` .
12+ Releases include binaries, so building this modules should not be necessary. If you want
13+ to build manually, run ` make deps ` followed by ` make diff.so ` . This assumes the module is
14+ installed in Textadept's * modules/* directory. If it is not (e.g. it is in your ` _USERHOME ` ),
15+ run ` make ta=/path/to/textadept diff.so ` .
1616
1717## Usage
1818
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ local M = {}
1313--
1414-- ### Compiling
1515--
16- -- Releases include binaries, so building this modules should not be necessary. If you want to
17- -- build manually, run `make deps` followed by `make`. This assumes the module is installed
18- -- in Textadept's *modules/* directory. If it is not (e.g. it is in your `_USERHOME`), run
19- -- `make ta=/path/to/textadept`.
16+ -- Releases include binaries, so building this modules should not be necessary. If you want
17+ -- to build manually, run `make deps` followed by `make diff.so `. This assumes the module is
18+ -- installed in Textadept's *modules/* directory. If it is not (e.g. it is in your `_USERHOME`),
19+ -- run `make ta=/path/to/textadept diff.so `.
2020--
2121-- ### Usage
2222--
You can’t perform that action at this time.
0 commit comments