Member-only story
Install Nano Text Editor in Windows 10
Recently i use linux operating system, but i just can’t move on from windows 10. The feature of windows is so great, although it becomes the most vulnerable operating system. 😴
But, when i use windows, i always think about how easily live if terminal in linux can be implemented in windows. Yeah, we can use WSL and others, but i prefer not to install it. For me, terminal of linux is great. But WSL is totally different. Also, i am not really use all terminal command right?.
One most useful command that i think it’s worth if command line support is ‘nano’ function. Nano is a text editor, with nano, we can edit things without opening any text editor, like notepad, sublime, or vscode. So, i search how to install nano text editor in windows 10. Here is what i get.
1) Run windows PowerShell with administrator permission

2) Paste this command into your power shell like this

Chocolatey is one of the package manager for windows. With chocolatey we can easily install package in windows.
3) After the package manager installed, install the nano using chocolatey package manager

4). Enjoy using your nano text editor ✔

Have a nice day!!! 👌