| Sign In/My Account | View Cart |
| Article: |
An Introduction to Tiger Terminal | |
| Subject: | a tiny help.I am confussed | |
| Date: | 2006-09-17 19:04:49 | |
| From: | norburym | |
|
Response to: a tiny help.I am confussed
|
||
|
To install nano: www.nano-editor.org The latest is nano-1.2.5.tar.gz Type the following in terminal: $tar xzf nano-1.2.5.tar.gz $cd nano-1.2.5/ $./configure #stuff comes out here $make $sudo make install password: #more stuff The executable is installed into /usr/local/bin/nano and man pages will be in /usr/local/man If you don't have /usr/local/bin in your search path, you'll have to add it or use the full path name when calling up nano.
|
||