diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -42,16 +42,16 @@ Please read first the reference page on this matter: | |||
42 | - p5-Tk | 42 | - p5-Tk |
43 | 43 | ||
44 | 2. Import the public key used to sign the archive: | 44 | 2. Import the public key used to sign the archive: |
45 | ```sh | 45 | ```sh |
46 | gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 | 46 | gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 |
47 | ``` | 47 | ``` |
48 | 48 | ||
49 | 3. Clone this git repository and fetch the binaries: | 49 | 3. Clone this git repository and fetch the binaries: |
50 | ```sh | 50 | ```sh |
51 | git clone https://git.sr.ht/~ralessi/texlive-openbsd | 51 | git clone https://git.sr.ht/~ralessi/texlive-openbsd |
52 | cd texlive-openbsd | 52 | cd texlive-openbsd |
53 | make fetch | 53 | make fetch |
54 | ``` | 54 | ``` |
55 | 55 | ||
56 | 4. Proceed with TL installation, as per the instructions displayed on | 56 | 4. 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 | ||
67 | 1. Go to the directory where the texlive-openbsd git repository was | 67 | 1. Go to the directory where the texlive-openbsd git repository was |
68 | cloned, then do: | 68 | cloned, then do: |
69 | ```sh | 69 | ```sh |
70 | make | 70 | make |
71 | ``` | 71 | ``` |
72 | 72 | ||
73 | 2. Proceed as per the instructions displayed on the terminal. | 73 | 2. Proceed as per the instructions displayed on the terminal. |
74 | 74 | ||