Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Include the target shared object file in compile instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Mar 17, 2022
1 parent 2387006 commit 062896a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ It provides utilities for editing YAML documents.

## Compiling

Releases include binaries, so building this modules should not be necessary. If you want to
build manually, run `make deps` followed by `make`. This assumes the module is installed
in Textadept's *modules/* directory. If it is not (e.g. it is in your `_USERHOME`), run
`make ta=/path/to/textadept`.
Releases include binaries, so building this modules should not be necessary. If you want
to build manually, run `make deps` followed by `make yaml.so`. This assumes the module is
installed in Textadept's *modules/* directory. If it is not (e.g. it is in your `_USERHOME`),
run `make ta=/path/to/textadept yaml.so`.

## Key Bindings

Expand Down
8 changes: 4 additions & 4 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ local M = {}
--
-- ### Compiling
--
-- Releases include binaries, so building this modules should not be necessary. If you want to
-- build manually, run `make deps` followed by `make`. This assumes the module is installed
-- in Textadept's *modules/* directory. If it is not (e.g. it is in your `_USERHOME`), run
-- `make ta=/path/to/textadept`.
-- Releases include binaries, so building this modules should not be necessary. If you want
-- to build manually, run `make deps` followed by `make yaml.so`. This assumes the module is
-- installed in Textadept's *modules/* directory. If it is not (e.g. it is in your `_USERHOME`),
-- run `make ta=/path/to/textadept yaml.so`.
--
-- ### Key Bindings
--
Expand Down

0 comments on commit 062896a

Please sign in to comment.