Skip to content

Commit c540541

Browse files
committed
documentation update
1 parent 4c35e87 commit c540541

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ in the documentation of this project are to be interpreted as described in [RFC
5252

5353
* **2.** [Select your Perl distribution](./doc/REQUIREMENTS.md#runtime-requirements).
5454

55-
Place your relocatable Perl distribution in:
56-
``{PEB_executable_directory}/resources/app/perl``
57-
Your relocatable Perl interpreter must be:
58-
``{PEB_executable_directory}/resources/perl/bin/perl`` on a Linux or Mac macine or
59-
``{PEB_executable_directory}/resources/perl/bin/wperl.exe`` on a Windows macine.
60-
Your relocatable PERL5LIB folder must be:
61-
``{PEB_executable_directory}/resources/perl/lib``
55+
Place your relocatable Perl distribution in:
56+
``{PEB_executable_directory}/resources/app/perl``
57+
Your relocatable Perl interpreter must be:
58+
``{PEB_executable_directory}/resources/perl/bin/perl`` on a Linux or Mac macine or
59+
``{PEB_executable_directory}/resources/perl/bin/wperl.exe`` on a Windows macine.
60+
Your relocatable PERL5LIB folder must be:
61+
``{PEB_executable_directory}/resources/perl/lib``
6262

6363
* Serverless Application:
6464
* **3.** Write your Perl application reading user input on STDIN:

doc/SETTINGS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ The [interactive.pl](https://github.com/ddmitov/perl-executing-browser/blob/mast
209209
## Starting Local Server
210210

211211
A [Mojolicious](http://mojolicious.org/) application or other local Perl server can be started by PEB provided that
212-
a ``{PEB_app_directory}/local-server.json`` file is found instead of ``{PEB_app_directory}/index.html``
213-
with the following structure:
212+
``{PEB_executable_directory}/resources/app/index.html`` is missing and
213+
``{PEB_executable_directory}/resources/app/local-server.json`` is found with the following structure:
214214

215215
```json
216216
{

0 commit comments

Comments
 (0)