summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-05 18:02:51 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-05 18:02:51 -0800
commit31789a09e46944bfd67a47e60edde664a937b742 (patch)
treef8432cfec527975ca1e04ce81e3cab27d7cbab39 /README.org
parenta6df8b0ff609fb56409934fee4b11e55a0da88c9 (diff)
parent134aaffb30c0e2d352e74c3585f88ec567714ad9 (diff)
Merge branch 'chore/fix-hooks'
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