forked from Mirror/pmbootstrap
Slightly re-arrange the links, add link to the security warning
This commit is contained in:
parent
64521b1435
commit
8fcbaec305
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -1,6 +1,5 @@
|
||||||
# pmbootstrap
|
# pmbootstrap
|
||||||
Sophisticated chroot/build/flash tool to develop and install [postmarketOS](https://ollieparanoid.github.io/post/postmarketOS).
|
Sophisticated chroot/build/flash tool to develop and install postmarketOS.
|
||||||
|
|
||||||
|
|
||||||
[Static code analysis](https://github.com/postmarketOS/pmbootstrap/blob/master/test/static_code_analysis.sh) status: [](https://travis-ci.org/postmarketOS/pmbootstrap)
|
[Static code analysis](https://github.com/postmarketOS/pmbootstrap/blob/master/test/static_code_analysis.sh) status: [](https://travis-ci.org/postmarketOS/pmbootstrap)
|
||||||
|
|
||||||
|
@ -9,12 +8,15 @@ Sophisticated chroot/build/flash tool to develop and install [postmarketOS](http
|
||||||
* Python 3
|
* Python 3
|
||||||
* OpenSSL
|
* OpenSSL
|
||||||
|
|
||||||
|
## Important links
|
||||||
|
* [postmarketOS introduction](https://ollieparanoid.github.io/post/postmarketOS)
|
||||||
|
* [Security warning](https://ollieparanoid.github.io/post/security-warning/)
|
||||||
|
* [Porting progress](https://github.com/postmarketOS/pmbootstrap/wiki/Devices)
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
**Check out the [porting guide](https://github.com/postmarketOS/pmbootstrap/wiki/Porting-to-a-new-device) for a practical start!**
|
**Check out the [porting guide](https://github.com/postmarketOS/pmbootstrap/wiki/Porting-to-a-new-device) for a practical start!**
|
||||||
|
|
||||||
**Porting progess: Wiki/[Devices](https://github.com/postmarketOS/pmbootstrap/wiki/Devices)**
|
|
||||||
|
|
||||||
Run `./pmbootstrap.py init` first, to select a target device and the work folder, which will contain all the chroots and other data.
|
Run `./pmbootstrap.py init` first, to select a target device and the work folder, which will contain all the chroots and other data.
|
||||||
After that, you can run any command. All dependencies (e.g. chroots) will be installed automatically, if they are not available yet.
|
After that, you can run any command. All dependencies (e.g. chroots) will be installed automatically, if they are not available yet.
|
||||||
|
|
||||||
|
@ -49,3 +51,4 @@ Format and partition the SD card `/dev/mmcblk0`, and put a full postmarketOS ins
|
||||||
## Testsuite
|
## Testsuite
|
||||||
Simply install `pytest` (via your package manager or via pip) and run it inside the pmbootstrap folder.
|
Simply install `pytest` (via your package manager or via pip) and run it inside the pmbootstrap folder.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue