Skip to content

Commit 4c35e87

Browse files
committed
documentation update
1 parent 36a7f35 commit 4c35e87

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ in the documentation of this project are to be interpreted as described in [RFC
5151
* **1.** [Download PEB](https://github.com/ddmitov/perl-executing-browser/releases/latest).
5252

5353
* **2.** [Select your Perl distribution](./doc/REQUIREMENTS.md#runtime-requirements).
54-
Place your Perl relocatable distribution in:
54+
55+
Place your relocatable Perl distribution in:
5556
``{PEB_executable_directory}/resources/app/perl``
5657
Your relocatable Perl interpreter must be:
5758
``{PEB_executable_directory}/resources/perl/bin/perl`` on a Linux or Mac macine or
@@ -67,7 +68,8 @@ in the documentation of this project are to be interpreted as described in [RFC
6768
chomp $input;
6869
```
6970

70-
* **4.** Write ``{PEB_executable_directory}/resources/app/index.html`` with a [settings JavaScript object](./doc/SETTINGS.md#perl-scripts-api) for your Perl application.
71+
* **4.** Write ``{PEB_executable_directory}/resources/app/index.html`` with
72+
a [settings JavaScript object](./doc/SETTINGS.md#perl-scripts-api) for your Perl application.
7173
Triggering a Perl script from a local HTML page can be configured using [one of the three possible methods](./doc/SETTINGS.md#perl-scripts-api).
7274
[Selecting files or folders with their full paths](./doc/SETTINGS.md#selecting-files-and-folders) is also possible.
7375

doc/REQUIREMENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,12 @@ All compile-time settings require editing the ``src/peb.pro`` project file accor
8080

8181
Tested successfully using the following Perl distributions:
8282

83-
Linux 64-bit [Perlbrew](https://perlbrew.pl/) Perl versions 5.18.4, 5.23.7
8483
Linux 64-bit [Relocatable Perl](https://github.com/skaji/relocatable-perl) versions 5.24.1, 5.26.1
84+
Linux 64-bit [Perlbrew](https://perlbrew.pl/) Perl versions 5.18.4, 5.23.7
8585
Windows 32-bit [Strawberry Perl](http://strawberryperl.com/) PortableZIP versions 5.12.2.0, 5.16.1.1, 5.20.2.1
8686

8787
To use a Perlbrew Perl with PEB create a symlink at:
8888
``{PEB_executable_directory}/resources/perl/bin/perl``
8989

90-
PEB can also use any Perl on PATH.
90+
PEB can also use any Perl on PATH if a relocatable Perl distribution is not found in the
91+
``{PEB_executable_directory}/resources/app/perl`` folder.

0 commit comments

Comments
 (0)