Merge pull request #500 from dylanmtaylor/patch-1

Simplify the commands in the readme
This commit is contained in:
Anton Hvornum 2021-05-22 14:22:15 +02:00 committed by GitHub
commit 7722ac69a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 <path to config file or URL> --vars '<space_seperated KEY=VALUE pairs>'
# archinstall --config <path to config file or URL> [optional: --vars '<space_seperated KEY=VALUE pairs>']
# Help?