aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 83ab7f4..5a9cac6 100644
--- a/README.md
+++ b/README.md
@@ -42,16 +42,16 @@ Please read first the reference page on this matter:
42 - p5-Tk 42 - p5-Tk
43 43
442. Import the public key used to sign the archive: 442. Import the public key used to sign the archive:
45```sh 45 ```sh
46gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 46 gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7
47``` 47 ```
48 48
493. Clone this git repository and fetch the binaries: 493. Clone this git repository and fetch the binaries:
50```sh 50 ```sh
51git clone https://git.sr.ht/~ralessi/texlive-openbsd 51 git clone https://git.sr.ht/~ralessi/texlive-openbsd
52cd texlive-openbsd 52 cd texlive-openbsd
53make fetch 53 make fetch
54``` 54 ```
55 55
564. Proceed with TL installation, as per the instructions displayed on 564. Proceed with TL installation, as per the instructions displayed on
57 the terminal. 57 the terminal.
@@ -66,9 +66,9 @@ The requirements are the same as above.
66 66
671. Go to the directory where the texlive-openbsd git repository was 671. Go to the directory where the texlive-openbsd git repository was
68 cloned, then do: 68 cloned, then do:
69```sh 69 ```sh
70make 70 make
71``` 71 ```
72 72
732. Proceed as per the instructions displayed on the terminal. 732. Proceed as per the instructions displayed on the terminal.
74 74