From dd0cfa990aa98d14a4b5f83d452238a43e8f28af Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Fri, 21 May 2021 16:43:43 -0400 Subject: Simplify the commands in the readme Typing 'python -m' is largely unnecessary on the ISO with the package installed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0aef2097..c9ca63fa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or use `pip install --upgrade archinstall` to use as a library. Assuming you are on an Arch Linux live-ISO and booted into EFI mode. - # python -m archinstall --script guided + # archinstall ## Running from a declarative configuration file or URL @@ -34,7 +34,7 @@ Prequisites: Assuming you are on a Arch Linux live-ISO and booted into EFI mode. - # python -m archinstall --config --vars '' + # archinstall --config [optional: --vars ''] # Help? -- cgit v1.2.3-54-g00ecf