Updated Advanced use cases (markdown)

Mischievous Meerkat 2020-09-18 16:47:26 +05:30
parent e6ecb32173
commit 621e9b31a7

@ -5,14 +5,14 @@
### To enable icons-in-terminal icons
- [Install](https://github.com/sebastiencs/icons-in-terminal#installation) icons-in-terminal
- Clone the nnn repo
- Clone the `nnn` repo
- Compile `nnn` with `make O_ICONS=1` from the root
### To enable Nerdfont icons
- [Download and install](https://www.nerdfonts.com/) a patched Nerdfont.
- Apply that font as your terminal emulator's font. This will vary from emulator to emulator, but usually involves editing a config file or changing a setting within a GUI menu system.
- Clone the nnn repo
- Clone the `nnn` repo
- Compile `nnn` with `make O_NERD=1` from the root
### Move the newly compiled nnn to where your programs normally go