From 552bcd18b1f23ac093d8f0144715172ce261d4eb Mon Sep 17 00:00:00 2001 From: Alfred Morgan Date: Fri, 23 Jun 2023 00:42:11 -0700 Subject: [PATCH] updated to use correct nim config directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9e3837..814f782e 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ example, `gcc` is used as the linker driver. Use the `-fuse-ld` option if your GCC is recent enough to recognize this option. If you want to use mold for all projects, add the above snippet to -`~/.config/config.nims`. +`~/.config/nim/config.nims`.