summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-05 17:56:26 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-05 17:56:26 -0800
commit208f4e2608484bf5efe4aca58e489e886828ed70 (patch)
tree78f813f986eea1f7a00c7d02a53b88230805a6e7 /README.org
parent8d517f02482615136f12507fd2c76d73743dd616 (diff)
change build process to include iso fully; add hook
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index d22f987..4f6e6ba 100644
--- a/README.org
+++ b/README.org
@@ -16,9 +16,9 @@ as well as writing a lot of things with a literate config. To see more, see my
** So, where is this website of yours located?
https://ret2pop.net, it is the road to enlightenment.
* Wait, so where are your dotfiles?
-To use my dotfiles, download the [[file:robots.txt][ISO image]] (link broken temporarily) for the installer. Note that you can validate the ISO image with the checksum provided:
+To use my dotfiles, download the [[file:installer.iso][ISO image]] for the installer. Note that you can validate the ISO image with the [[file:./installer.iso.sha256][checksum provided]]:
#+begin_src bash
- sha256sum -c nix-installer.iso.sha256
+ sha256sum -c installer.iso.sha256
#+end_src
with the ISO in the same directory. This install installs a certain commit hash of my monorepo. Flash the image, log into the installer, and run:
#+begin_src bash