Skip to content

Commit

Permalink
Add link to Downloads page to README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpal committed Jun 25, 2011
1 parent 2802515 commit 290aaf2
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
@@ -1,12 +1,21 @@
#Android Terminal Emulator

Android Terminal Emulator is a terminal emulator for communicating with the built-in Android shell. Emulates a reasonably large subset of Digital Equipment Corporation VT-100 terminal codes, so that programs like "vi", "Emacs" and "NetHack" will display properly.
Android Terminal Emulator is a terminal emulator for communicating with the built-in Android shell.
Emulates a reasonably large subset of Digital Equipment Corporation VT-100 terminal codes, so
that programs like "vi", "Emacs" and "NetHack" will display properly.

This code is based on the "Term" application which is included in the Android source code release. It's provided as a separate project for the convenience of developers who do not want to deal with installing and building the whole Android source tree.
This code is based on the "Term" application which is included in the Android source code release.
It's provided as a separate project for the convenience of developers who do not want to deal with
installing and building the whole Android source tree.

Although this program does not include a built-in ssh client, it can be used with command-line-based ssh tools such as dropbear.
Got questions? Please check out the
[FAQ](http://github.com/jackpal/Android-Terminal-Emulator/wiki/Frequently-Asked-Questions)
before emailing or adding an issue. Thanks!

Got questions? Please check out the [FAQ](http://github.com/jackpal/Android-Terminal-Emulator/wiki/Frequently-Asked-Questions) before emailing or adding an issue. Thanks!
Please see the
[Recent Updates](http://github.com/jackpal/Android-Terminal-Emulator/wiki/Recent-Updates)
page for recent updates.

Please see the [Recent Updates](http://github.com/jackpal/Android-Terminal-Emulator/wiki/Recent-Updates)
page for recent updates.
Not on Market? Don't want to compile your own version? No problem. A fairly recent version of
Android Terminal Emulator is here:
[Download Prebuilt version](https://github.com/jackpal/Android-Terminal-Emulator/downloads)

0 comments on commit 290aaf2

Please sign in to comment.