aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1cbf400..73ed203 100644
--- a/README.md
+++ b/README.md
@@ -91,14 +91,14 @@ Please read first the reference page on this matter:
91 91
92 1. Edit root's `.profile` file and add the path to the binaries, 92 1. Edit root's `.profile` file and add the path to the binaries,
93 like so (replace here and below `<yyyy>` with the actual year): 93 like so (replace here and below `<yyyy>` with the actual year):
94 ```sh 94 ```sh
95 # insert this line: 95 # insert this line:
96 TLBIN=/usr/local/texlive/<yyyy>/bin/custom 96 TLBIN=/usr/local/texlive/<yyyy>/bin/custom
97 # modify this line like so: 97 # modify this line like so:
98 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:$TLBIN:/usr/local/sbin:/usr/local/bin 98 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:$TLBIN:/usr/local/sbin:/usr/local/bin
99 ``` 99 ```
100 Make sure to insert `$TLBIN` *before* `/usr/local/bin`. Then do 100 Make sure to insert `$TLBIN` *before* `/usr/local/bin`. Then do
101 the same in other users' `.profile` files. 101 the same in other users' `.profile` files.
102 102
103 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if 103 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if
104 this file doesn't exist) and add the manpath to TL man files, 104 this file doesn't exist) and add the manpath to TL man files,