aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-02-28 15:51:34 +0100
committerRobert Alessi <alessi@robertalessi.net>2024-02-28 15:51:34 +0100
commit794e1fbb790bae9ad0f06f24449505047c9303fb (patch)
tree816f9b345b4d3c3585f565e2a1849161d48eb2a4
parentdd640d1e689bf7bc95bb27ac4ab11a45982a0069 (diff)
downloadtexlive-openbsd-794e1fbb790bae9ad0f06f24449505047c9303fb.tar.gz
updated README
-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