Skip to content

Commit e9b73e3

Browse files
committed
Include the target shared object file in compile instructions.
1 parent cf8dd2d commit e9b73e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff 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

init.lua

+4-4
Original file line numberDiff line numberDiff 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
--

0 commit comments

Comments
 (0)