summaryrefslogtreecommitdiff
path: root/tutorial.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-08-13 10:23:03 +0300
committerLars Wirzenius <liw@liw.fi>2023-08-13 12:24:07 +0300
commitb62fca3ec660907d2c5517a06b1be4e5067261b8 (patch)
treedd231c7ff3498910548b6169256e76cf2cc7c8d0 /tutorial.md
parent2adc2bd0b5cca01e1a0883a956fe607fc8d4d675 (diff)
downloadv-i-b62fca3ec660907d2c5517a06b1be4e5067261b8.tar.gz
chore: add helper script to publish release artifacts
Sponsored-by: author
Diffstat (limited to 'tutorial.md')
-rw-r--r--tutorial.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/tutorial.md b/tutorial.md
index c8e48e0..5ba8ce4 100644
--- a/tutorial.md
+++ b/tutorial.md
@@ -8,14 +8,13 @@ You need:
The steps:
-1. Download the installer image from
- <https://files.liw.fi/v-i/v-i.img.xz>. You can use `curl` or `wget`
- or your web browser. Use **one of** the following commands:
-
- ~~~sh
- curl https://files.liw.fi/v-i/v-i.img.xz > v-i.img.xz
- wget -c https://files.liw.fi/v-i/v-i.img.xz
- ~~~
+1. Download the installer image (`v-i.img.xz`) and related scripts
+ (`configure-installer` and `write-and-config.sh`) from a
+ subdirectory or <https://files.liw.fi/v-i/>.
+
+ * <https://files.liw.fi/v-i/VERSION/v-i.img.xz>
+ * <https://files.liw.fi/v-i/VERSION/configure-installer>
+ * <https://files.liw.fi/v-i/VERSION/write-and-config.sh>
2. Unpack the downloaded image.
@@ -49,7 +48,7 @@ The steps:
5. Write the installer image to the USB drive, and configure it.
~~~sh
- sudo ./write-and-config.sh config.yaml /dev/sdx v-i.img
+ sudo bash write-and-config.sh config.yaml /dev/sdx v-i.img
~~~
This will take a few minutes.