Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-01-29 21:35:58 +0100
committerGitHub <noreply@github.com>2021-01-29 21:35:58 +0100
commit534669203a1f1fb7f072e12c3ff2b5be546a91ef (patch)
treed2d90398bb959b298b392e7fc380f7bf1d585520
parent4a235ced59d1b3d1a1122bc85d1457477d5a239a (diff)
parent8f949be100f326d08980bf987e28ece9f601b3e7 (diff)
Merge pull request #103 from nikibobi/patch-1
Fix README.md minimal example link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 663e7e2c..532ed50d 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Assuming you are on a Arch Linux live-ISO and booted into EFI mode.
You could just copy [guided.py](examples/guided.py) as a starting point.
But assuming you're building your own ISO and want to create an automated install 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/main_example.py) of how to install using archinstall as a Python library.
+This is probably what you'll need, a [minimal example](examples/minimal.py) of how to install using archinstall as a Python library.
```python
import archinstall, getpass