From 87adb518068198165e10bee1ac5264087f6a69f1 Mon Sep 17 00:00:00 2001 From: hi Date: Fri, 15 Aug 2025 14:21:23 +0000 Subject: [PATCH] readme: fix link to other readme --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9364ba0..0a29d97 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,14 @@ # statement logic !!! -see [Logic/readme.md](Logic) for more details about what's here +see [lib/Logic/readme.md](lib/Logic) for more details about what's here ## requirements - a haskell compiler e.g. GHC - cabal the haskell build system if you want - [containers](https://hackage.haskell.org/package/containers) + this is the one package i depend on and i'm using cabal + to handle it properly, i apologize in advance ## compile it