diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-02-28 15:51:34 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-02-28 15:51:34 +0100 |
commit | 794e1fbb790bae9ad0f06f24449505047c9303fb (patch) | |
tree | 816f9b345b4d3c3585f565e2a1849161d48eb2a4 /README.md | |
parent | dd640d1e689bf7bc95bb27ac4ab11a45982a0069 (diff) | |
download | texlive-openbsd-794e1fbb790bae9ad0f06f24449505047c9303fb.tar.gz |
updated README
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 | ||