aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c184ec3..a74dba7 100644
--- a/README.md
+++ b/README.md
@@ -44,11 +44,13 @@ Please read first the reference page on this matter:
44 - p5-Tk 44 - p5-Tk
45 45
462. Import the public key used to sign the archive: 462. 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
513. Clone this git repository and fetch the binaries: 523. 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
701. Go to the directory where the texlive-openbsd git repository was 721. 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