From d8620c8f53a45737d89ea914b3b6c74caa9158a0 Mon Sep 17 00:00:00 2001 From: Terminator X Date: Sun, 18 Jul 2021 12:06:05 +0530 Subject: [PATCH] Updated Developer guides (markdown) --- Developer-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-guides.md b/Developer-guides.md index 54cdde9..91b838c 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -177,7 +177,7 @@ In this example we will compile `nnn` on Ubuntu 20.04 with - [musl libc](https://www.musl-libc.org/) Discussion [thread](https://github.com/sabotage-linux/netbsd-curses/issues/46). -See this [thread](https://github.com/jarun/nnn/issues/1081) to save some more on `terminfo`. +See this [patch](https://github.com/jarun/nnn/issues/1081#issuecomment-868181380) to save some more on `terminfo`. [Compilation script](https://github.com/jarun/nnn/blob/master/misc/musl/musl-static-ubuntu.sh) for Ubuntu closely following this procedure.