Skip to content

Commit

Permalink
clarify build directions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte authored and rkitover committed Feb 13, 2018
1 parent a97ce2a commit fdc74aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion markdown/vimpager.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sudo make install-deb

To just build the `.deb` use `make build-deb` instead.

Otherwise use 'make install':
Otherwise use `make install`:

```bash
git clone git://github.com/rkitover/vimpager
Expand All @@ -86,6 +86,9 @@ The following make settings are supported at `make install` time:
| prefix | prefix for writing files, e.g. for GNU stow |
| POSIX_SHELL | POSIX shell to use to run the scripts |

Note, you should `make clean` before modifying these make settings, as the `install` make target does not account for
their change (when e.g. "configuring" vimpager; vimpager.configured).

If you got vimpager from the vim.org scripts section, just put it
somewhere in your PATH, e.g.:

Expand Down

0 comments on commit fdc74aa

Please sign in to comment.