diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-03-07 17:54:33 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-03-07 17:54:33 +0100 |
commit | d97babb72a52b8c62a3a82717acfc7d6d8c13d0c (patch) | |
tree | 5df0edd34df26204bfb9bc1ffdb044f70fc1f20c /README.md | |
parent | c7368631db55693d878f44a9890e5567ac313176 (diff) | |
download | texlive-openbsd-d97babb72a52b8c62a3a82717acfc7d6d8c13d0c.tar.gz |
README: more tidy up
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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, |