Update README.md

This commit is contained in:
Anton Hvornum 2020-06-30 22:02:46 +02:00 committed by GitHub
parent 9ea9589042
commit 568acc4a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 19 deletions

View File

@ -33,6 +33,7 @@ This assumes tho that Python and Pip is present (not always the case on the defa
So, assuming you're building your own ISO and want to create an automated install.<br> So, assuming you're building your own ISO and want to create an automated install.<br>
This is probably what you'll need, a minimal example of how to install using the library. This is probably what you'll need, a minimal example of how to install using the library.
```python
import archinstall, getpass import archinstall, getpass
@ -59,6 +60,7 @@ This is probably what you'll need, a minimal example of how to install using the
installation.user_set_pw('root', 'toor') installation.user_set_pw('root', 'toor')
installation.add_AUR_support() installation.add_AUR_support()
```
This installer will perform the following: This installer will perform the following: