From a7cfceecef854875562045ad67c9d71a8860a621 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 16 Jun 2025 18:54:27 -0400 Subject: [PATCH] update hackerchain link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683fcdb2..05f87995 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ sudo pacman -S base-devel python gcc gcc-libs libisl libmpc zstd lib32-gcc-libs ##### Setup Hackerchain -1. Download Hackerchain here. +1. Download the Hackerchain setup script [here](https://gist.github.com/mountainflaw/820121d579b3d8e83194b69d9b287753). 2. Create a directory where you'd like to have the build process and build output take place. 3. After running and building Hackerchain, define the environment variable `HACKERCHAIN` in your shell's init file (`~/.bashrc` for Bash typically), have it point to the `bin` directory inside your directory for building Hackerchain. 4. Restart your terminal.