Skip to content

Commit 55f0c89

Browse files
committed
documentation update
1 parent c5974e2 commit 55f0c89

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ in the documentation of this project are to be interpreted as described in [RFC
4444
### Compile-Time Requirements
4545

4646
* Qt development bundle versions 5.9 - 5.15
47-
4847
* QtWebEngine headers and libraries
4948

5049
Run the following commands in the root directory of the PEB project to compile PEB:
@@ -57,10 +56,8 @@ make
5756

5857
### Runtime Requirements
5958

60-
* QtWebEngine 5.9 - 5.12 runtime libraries
61-
59+
* QtWebEngine 5.9 - 5.15 runtime libraries
6260
* Perl 5 - any Linux [relocatable](https://github.com/skaji/relocatable-perl) or standard Perl distribution
63-
6461
PEB will use the first Perl on PATH if a relocatable Perl distribution is not available.
6562

6663
## Security
@@ -85,14 +82,14 @@ make
8582

8683
## Ubuntu Package
8784

88-
PEB can be packed as an Ubuntu .deb package using the included ``makedeb.sh`` script.
89-
PEB can be installed from an Ubuntu .deb package using the command:
85+
PEB can be packed as an Ubuntu .deb package and installed using the following commands:
9086

9187
```bash
88+
./makedeb.sh
9289
sudo dpkg -i peb-*-x86_64.deb
9390
```
9491

95-
When PEB is installed system-wide, it can be used as a runtime for PEB-based applications. In this scenario PEB must be started with a PEB Application Directory as its only command-line argument:
92+
After installation, PEB becomes a runtime for PEB-based applications and must be started with a PEB Application Directory as its only command-line argument:
9693

9794
```bash
9895
peb /full/path/to/application-directory

0 commit comments

Comments
 (0)