From e331e0151c076d40b3282f0af640f5a32575c7d4 Mon Sep 17 00:00:00 2001 From: z80 Date: Mon, 28 Oct 2024 18:49:36 -0400 Subject: [PATCH] update README again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c6a1b..00eaa47 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ After installing Racket and Rust, run: make install ``` -This will run a custom install script which ensures the required Rust dependency is compiled and Racket libraries are installed. Then, it builds an executable and puts it in your PATH. The install script will prompt you for a directory where you want the `puffc` executable to live. +This will run a [custom install script](install.rkt) which ensures the required Rust dependency is compiled and Racket libraries are installed. Then, it builds an executable and puts it in your PATH. The install script will prompt you for a directory where you want the `puffc` executable to live. ## Run