mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-25 02:36:30 +08:00
nano editor for beginners
This commit is contained in:
parent
5c3a201108
commit
f8f812f8ad
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ Notes:
|
|||
|
||||
- Learn to use `apt-get`, `yum`, `dnf` or `pacman` (depending on distro) to find and install packages. And make sure you have `pip` to install Python-based command-line tools (a few below are easiest to install via `pip`).
|
||||
|
||||
- If you are a newcomer use `Nano` text editor, its the easiest to learn compared to `Vim` and `Emcas`.
|
||||
|
||||
|
||||
## Everyday use
|
||||
|
||||
|
|
Loading…
Reference in a new issue