File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ The [interactive.pl](https://github.com/ddmitov/perl-executing-browser/blob/mast
209209## Starting Local Server
210210
211211A [ 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{
You can’t perform that action at this time.
0 commit comments