diff options
Diffstat (limited to 'README.biber.md')
-rw-r--r-- | README.biber.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.biber.md b/README.biber.md index 7297460..0c8c48b 100644 --- a/README.biber.md +++ b/README.biber.md | |||
@@ -10,7 +10,7 @@ follows on OpenBSD: | |||
10 | following contents: | 10 | following contents: |
11 | 11 | ||
12 | ```sh | 12 | ```sh |
13 | export PERLBREW_SHELLRC_VERSION=0.98 | 13 | export PERLBREW_SHELLRC_VERSION=1.01 |
14 | export PERLBREW_ROOT=/home/robert/perl5/perlbrew | 14 | export PERLBREW_ROOT=/home/robert/perl5/perlbrew |
15 | 15 | ||
16 | 16 | ||
@@ -133,12 +133,12 @@ follows on OpenBSD: | |||
133 | 133 | ||
134 | # perlbrew | 134 | # perlbrew |
135 | . $HOME/perl5/perlbrew/etc/kshrc | 135 | . $HOME/perl5/perlbrew/etc/kshrc |
136 | perlbrew use perl-5.36.3 | 136 | perlbrew use perl-5.40.1 |
137 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/perl5/perlbrew/perls/perl-5.36.3/lib | 137 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/perl5/perlbrew/perls/perl-5.40.1/lib |
138 | ``` | 138 | ``` |
139 | 139 | ||
140 | As can be seen, the files above assume `perlbrew` v0.98 and | 140 | As can be seen, the files above assume `perlbrew` v1.01 and |
141 | `perl-5.36.3`. Adapt. These two files allow to initialize a perlbrew | 141 | `perl-5.40.1`. Adapt. These two files allow to initialize a perlbrew |
142 | session as follows: | 142 | session as follows: |
143 | 143 | ||
144 | ```sh | 144 | ```sh |