commit 9cdd7af2ad86e11d3cc8a2683bdd301bbbbf1225
parent 4bca1b0ec0ff42a06023e177ddd16e50707d7f73
Author: aabacchus <ben@bvnf.space>
Date: Sun, 16 May 2021 13:42:01 +0100
update README
Diffstat:
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -5,7 +5,10 @@ the MiKTeX distribution of TeX (other dependencies are in the official repos).
It works, but I intend to try to remove more of the dependencies.
MiKTeX provides a package manager which can install packages as they are needed
-at compilation time ("on-the-fly").
+at compilation time ("on-the-fly"), which helps to keep the installed size
+small(er).
+
+NOTE: TeX Live, another TeX distribution, has also been packaged for KISS.
## NEWS
@@ -28,9 +31,9 @@ To use, clone the repo and add it to `KISS_PATH`, then run:
```
$ kiss b graphite-harfbuzz
```
-This will take a moment, then print a message telling you to run kiss-alternatives.
-MiKTeX needs the harfbuzz font libraries to be built with graphite support,
-so now run:
+This will take a moment, then print a message telling you to run
+`kiss alternatives`. MiKTeX needs the harfbuzz font libraries to be built with
+graphite support, so now run:
```
$ kiss a | grep graphite-harfbuzz | kiss a -
```