aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cc31bc..83ab7f4 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ There are two ways of using TeX Live in OpenBSD.
61. From ports. TeX Live is available in variety of “schemes” to wit 61. 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]
102. By installing the “native” TeX Live over the internet, as described 102. 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
432. Import the public key used to sign the archive: 442. Import the public key used to sign the archive:
44```sh 45```sh
45gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 46gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7
46``` 47```
48
473. Clone this git repository and fetch the binaries: 493. Clone this git repository and fetch the binaries:
48```sh 50```sh
49git clone https://git.sr.ht/~ralessi/texlive-openbsd 51git clone https://git.sr.ht/~ralessi/texlive-openbsd
50cd texlive-openbsd 52cd texlive-openbsd
51make fetch 53make fetch
52``` 54```
55
534. Proceed with TL installation, as per the instructions displayed on 564. 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
67make 70make
68``` 71```
72
692. Proceed as per the instructions displayed on the terminal. 732. Proceed as per the instructions displayed on the terminal.
70 74
71Alternatively, the direct link to the binaries provided above can be 75Alternatively, the direct link to the binaries provided above can be