From 8f949be100f326d08980bf987e28ece9f601b3e7 Mon Sep 17 00:00:00 2001 From: Borislav Kosharov Date: Fri, 29 Jan 2021 19:08:05 +0200 Subject: fix README.md minimal example link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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.
-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 -- cgit v1.2.3-54-g00ecf