From a0c627eae5256063ceaf0426cc9f3eca729084e7 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Tue, 18 May 2021 09:46:24 -0400 Subject: Reword another part of README.md It just felt strange reading it the way it was written before. This feels more correct --- README.md | 3 +-- 1 file changed, 1 insertion(+), 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.
-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:
```python import archinstall, getpass -- cgit v1.2.3-54-g00ecf