diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,11 +44,13 @@ Please read first the reference page on this matter: | |||
44 | - p5-Tk | 44 | - p5-Tk |
45 | 45 | ||
46 | 2. Import the public key used to sign the archive: | 46 | 2. Import the public key used to sign the archive: |
47 | |||
47 | ```sh | 48 | ```sh |
48 | gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 | 49 | gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 |
49 | ``` | 50 | ``` |
50 | 51 | ||
51 | 3. Clone this git repository and fetch the binaries: | 52 | 3. Clone this git repository and fetch the binaries: |
53 | |||
52 | ```sh | 54 | ```sh |
53 | git clone https://git.sr.ht/~ralessi/texlive-openbsd | 55 | git clone https://git.sr.ht/~ralessi/texlive-openbsd |
54 | cd texlive-openbsd | 56 | cd texlive-openbsd |
@@ -69,7 +71,9 @@ imported the public key used to sign the archives.) | |||
69 | 71 | ||
70 | 1. Go to the directory where the texlive-openbsd git repository was | 72 | 1. Go to the directory where the texlive-openbsd git repository was |
71 | cloned, then do: | 73 | cloned, then do: |
74 | |||
72 | ```sh | 75 | ```sh |
76 | git pull | ||
73 | make | 77 | make |
74 | ``` | 78 | ``` |
75 | 79 | ||