From 9ab4ab14ab39cb32efca51e8267bb864ed574b81 Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Mon, 19 Jun 2023 17:47:26 +1000 Subject: [PATCH] Correct the location of the global config Correct path is listed [here](https://nim-lang.org/docs/nimc.html#compiler-usage-configuration-files) --- 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`.