File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ The new built Container Image contains an empty C<perldoc-browser.pl> Installati
67
67
To run correctly the Search Backend need to be populated.
68
68
So the command to populate the Search Backend is:
69
69
70
- docker run -it -v /absolute/path/to/perldoc_web :/home/perldoc-browser:Z perldoc_web perldoc-browser.pl index all
70
+ docker run -it -v /absolute/path/to/project :/home/perldoc-browser:Z perldoc_web perldoc-browser.pl index all
71
71
72
- This will execute C<perldoc-browser.pl index all> in the project directory.
73
- The results are stored persistently in the project directory for further container launches.
72
+ This will execute command C<perldoc-browser.pl index all> in the project directory.
73
+ The results will be stored persistently in the project directory for further container launches.
74
74
75
75
76
76
You can’t perform that action at this time.
0 commit comments