README: minor fixes
- `make doc` does not work, users should use `make man` instead. - Fix a formatting mistake: escape a back quote.
This commit is contained in:
parent
57b3ecb684
commit
a54b6129de
|
@ -109,7 +109,7 @@ Kakoune dependencies are:
|
||||||
* asciidoc (for the `a2k` tool), to generate man pages
|
* asciidoc (for the `a2k` tool), to generate man pages
|
||||||
|
|
||||||
To build, just type *make* in the src directory.
|
To build, just type *make* in the src directory.
|
||||||
To generate man pages, type *make doc* in the src directory.
|
To generate man pages, type *make man* in the src directory.
|
||||||
|
|
||||||
Kakoune can be built on Linux, MacOS, and Cygwin. Due to Kakoune relying heavily
|
Kakoune can be built on Linux, MacOS, and Cygwin. Due to Kakoune relying heavily
|
||||||
on being in a Unix-like environment, no native Windows version is planned.
|
on being in a Unix-like environment, no native Windows version is planned.
|
||||||
|
@ -452,7 +452,7 @@ Changes
|
||||||
|
|
||||||
* ```: to lower case
|
* ```: to lower case
|
||||||
* `~`: to upper case
|
* `~`: to upper case
|
||||||
* `<a-`>`: swap case
|
* ``<a-`>``: swap case
|
||||||
|
|
||||||
* `@`: convert tabs to spaces in current selections, uses the buffer
|
* `@`: convert tabs to spaces in current selections, uses the buffer
|
||||||
tabstop option or the count parameter for tabstop.
|
tabstop option or the count parameter for tabstop.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user