Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-18 13:53:43 +0000
committerGitHub <noreply@github.com>2021-05-18 13:53:43 +0000
commit52960bd686c92af4813ce302a21eb63a5aa67343 (patch)
tree85ee769e5904b06ec0687f13604eb518e06e1c9d /README.md
parente1c58185790ccb5945e993046e7d51e0040327e7 (diff)
parenta0c627eae5256063ceaf0426cc9f3eca729084e7 (diff)
Merge pull request #473 from dylanmtaylor/patch-1
Reword another part of README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 139dbd48..c03b2e0f 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,7 @@ Therefore, Archinstall will try its best to not introduce any breaking changes e
You could just copy [guided.py](examples/guided.py) as a starting point.
-However, assuming you're building your own ISO and want to create an automated installation process, or you want to install virtual machines on to local disk images.<br>
-This is probably what you'll need, a [minimal example](examples/minimal.py) of how to install using archinstall as a Python library.
+However, assuming you're building your own ISO and want to create an automated installation process, or you want to install virtual machines on to local disk images, here is a [minimal example](examples/minimal.py) of how to install using archinstall as a Python library:<br>
```python
import archinstall, getpass