diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,7 +6,7 @@ There are two ways of using TeX Live in OpenBSD. | |||
6 | 1. From ports. TeX Live is available in variety of “schemes” to wit | 6 | 1. From ports. TeX Live is available in variety of “schemes” to wit |
7 | different sets of package collections, of which a list can be found | 7 | different sets of package collections, of which a list can be found |
8 | on | 8 | on |
9 | [openports.pl](https://openports.pl/search?file=&pkgname=texlive)fa.[^1] | 9 | [openports.pl](https://openports.pl/search?file=&pkgname=texlive).[^1] |
10 | 2. By installing the “native” TeX Live over the internet, as described | 10 | 2. By installing the “native” TeX Live over the internet, as described |
11 | on [its home page](https://tug.org/texlive). This latter method | 11 | on [its home page](https://tug.org/texlive). This latter method |
12 | facilitates the installation of new packages and the updating of | 12 | facilitates the installation of new packages and the updating of |
@@ -40,16 +40,19 @@ Please read first the reference page on this matter: | |||
40 | - gpg | 40 | - gpg |
41 | - xz | 41 | - xz |
42 | - p5-Tk | 42 | - p5-Tk |
43 | |||
43 | 2. Import the public key used to sign the archive: | 44 | 2. Import the public key used to sign the archive: |
44 | ```sh | 45 | ```sh |
45 | gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 | 46 | gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 |
46 | ``` | 47 | ``` |
48 | |||
47 | 3. Clone this git repository and fetch the binaries: | 49 | 3. Clone this git repository and fetch the binaries: |
48 | ```sh | 50 | ```sh |
49 | git clone https://git.sr.ht/~ralessi/texlive-openbsd | 51 | git clone https://git.sr.ht/~ralessi/texlive-openbsd |
50 | cd texlive-openbsd | 52 | cd texlive-openbsd |
51 | make fetch | 53 | make fetch |
52 | ``` | 54 | ``` |
55 | |||
53 | 4. Proceed with TL installation, as per the instructions displayed on | 56 | 4. Proceed with TL installation, as per the instructions displayed on |
54 | the terminal. | 57 | the terminal. |
55 | 58 | ||
@@ -66,6 +69,7 @@ The requirements are the same as above. | |||
66 | ```sh | 69 | ```sh |
67 | make | 70 | make |
68 | ``` | 71 | ``` |
72 | |||
69 | 2. Proceed as per the instructions displayed on the terminal. | 73 | 2. Proceed as per the instructions displayed on the terminal. |
70 | 74 | ||
71 | Alternatively, the direct link to the binaries provided above can be | 75 | Alternatively, the direct link to the binaries provided above can be |