> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/8mmnavq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/8mmnavq/user-guide/nano-editor.md).

# Nano Editor

There are several editors that can be used in Linux.  Nano is a lightweight command shell editor that is popular. There are many others to choose from

Some discussion on the topic:   <https://yujiri.xyz/software/nano>

Assuming you already have internet access on your NavQ, to install nano on the demo image type the following.

```
~$ sudo apt install nano
```
