Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-19 17:24:51 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-19 17:24:51 -0400
commit434ed8f67fbe4a03c8d7fe8f8a9c41843895e122 (patch)
tree1a1809be9099091a5d9cdbe553df2fe1cefad0a9 /README.md
parent29ee237d805fa606b8df0d5a6d97eed604489fc7 (diff)
Point out that a URL can be used as well in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7590f3e5..21fc6d80 100644
--- a/README.md
+++ b/README.md
@@ -27,14 +27,14 @@ Assuming you are on an Arch Linux live-ISO and booted into EFI mode.
# python -m archinstall --script guided
-## Running from a declarative [config](examples/config-sample.json)
+## Running from a declarative configuration file or URL
Prequisites:
- 1. Edit the [config](examples/config-sample.json) according to your requirements.
+ 1. Edit the [configuration file](examples/config-sample.json) according to your requirements.
Assuming you are on a Arch Linux live-ISO and booted into EFI mode.
- # python -m archinstall --config <path to config file> --vars '<space_seperated KEY=VALUE pairs>'
+ # python -m archinstall --config <path to config file or URL> --vars '<space_seperated KEY=VALUE pairs>'
# Help?