1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-11 13:06:14 +03:00

Updated Developer guides (markdown)

Piña Colada 2021-05-17 09:22:42 +05:30
parent 757e227486
commit 70e92f8f4a

@ -172,7 +172,7 @@ Install plugins and use the program option `-x`.
In this example we will compile `nnn` with [netbsd-curses](https://github.com/sabotage-linux/netbsd-curses) and [musl libc](https://www.musl-libc.org/) on Ubuntu 20.04.
Discussion [thread](https://github.com/sabotage-linux/netbsd-curses/issues/46). The last known [good `netbsd-curses` commit](https://github.com/sabotage-linux/netbsd-curses/commit/f1fa19a1f36a25d0971b3d08449303e6af6f3da5) before a stuck cursor at status bar issue is introduced.
Discussion [thread](https://github.com/sabotage-linux/netbsd-curses/issues/46). The last known [good netbsd-curses commit](https://github.com/sabotage-linux/netbsd-curses/commit/f1fa19a1f36a25d0971b3d08449303e6af6f3da5) before a stuck cursor at status bar issue is introduced.
[Compilation script](https://github.com/jarun/nnn/blob/master/misc/musl/musl-static-ubuntu.sh) for Ubuntu closely following this procedure.