aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-06-09 08:21:48 +0200
committerRobert Alessi <alessi@robertalessi.net>2024-06-09 08:21:48 +0200
commit39a4e21c3da16a38e4b15ea6d5cc41dec1a963f7 (patch)
treeb8a812afc47060c57f997be0b1ba408a82f20a01
parent59c842a5ade5df4bf70e5c9fcd319a8f3ca83c27 (diff)
downloadtexlive-openbsd-39a4e21c3da16a38e4b15ea6d5cc41dec1a963f7.tar.gz
readme.biber.md: added Build installdeps
-rw-r--r--README.biber.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.biber.md b/README.biber.md
index c64c740..9d11898 100644
--- a/README.biber.md
+++ b/README.biber.md
@@ -162,7 +162,7 @@ biber
162 162
1632. Proceed with the installation of `biber` as described in the 1632. Proceed with the installation of `biber` as described in the
164 [documentation available on 164 [documentation available on
165 CTAN](http://mirrors.ctan.org/biblio/biber/base/documentation/biber.pdf): 165 CTAN](http://mirrors.ctan.org/biblio/biber/base/documentation/biber.pdf#subsection.4.4):
166 166
167 ```sh 167 ```sh
168 cd biber 168 cd biber
@@ -170,6 +170,7 @@ biber
170 170
171 cpanm Module::Build 171 cpanm Module::Build
172 perl Build.PL 172 perl Build.PL
173 ./Build installdeps
173 ./Build install 174 ./Build install
174 ``` 175 ```
175 176