File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ Install this module by copying it into your *~/.textadept/modules/* directory or
7
7
8
8
require('file_diff')
9
9
10
+ ## Compiling
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 ` .
16
+
10
17
## Usage
11
18
12
19
A sample workflow is this:
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ local M = {}
11
11
--
12
12
-- require('file_diff')
13
13
--
14
+ -- ### Compiling
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`.
20
+ --
14
21
-- ### Usage
15
22
--
16
23
-- A sample workflow is this:
You can’t perform that action at this time.
0 commit comments