File tree 2 files changed +8
-8
lines changed
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
9
9
10
10
## Compiling
11
11
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 ` .
16
16
17
17
## Usage
18
18
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ local M = {}
13
13
--
14
14
-- ### Compiling
15
15
--
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 `.
20
20
--
21
21
-- ### Usage
22
22
--
You can’t perform that action at this time.
0 commit comments