From 93fa049f0aaad333fb319618414a22b7343d19a8 Mon Sep 17 00:00:00 2001 From: Brian Richwine Date: Thu, 18 Jul 2024 23:08:22 -0400 Subject: [PATCH] Update README.md with correct link to the trunk guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d78de98..2b32092 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Visit [the MathCAT project page](https://nsoiffer.github.io/MathCAT/) for more i ## Local builds -To build this and run locally, you need to download and install [trunk](https://docs.trunk.io/docs/install). Then type +To build this and run locally, you need to download and install [trunk](https://trunkrs.dev/guide/getting-started/installation.html). Then type ``` trunk serve ``` @@ -32,4 +32,4 @@ To upload to the github website, do the following ([based on this github page](h c:/Software/Git/bin/git subtree push --prefix dist origin gh-pages ``` -Note: step '2' shouldn't be needed, but I haven't figured out the configuration settings to get it to do the update properly. \ No newline at end of file +Note: step '2' shouldn't be needed, but I haven't figured out the configuration settings to get it to do the update properly.