summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 394cc7c..8f85b8c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Terminal Here
-[![travis][travis-badge]][travis-link] <!-- [![melpa][melpa-badge]][melpa-link] --> <!-- [![melpa stable badge][melpa-stable-badge]][melpa-stable-link] -->
+[![travis][travis-badge]][travis-link] [![melpa][melpa-badge]][melpa-link] <!-- [![melpa stable badge][melpa-stable-badge]][melpa-stable-link] -->
[travis-link]: https://travis-ci.org/davidshepherd7/terminal-here
[travis-badge]: https://travis-ci.org/davidshepherd7/terminal-here.svg?branch=master
@@ -15,15 +15,10 @@ An Emacs package to open an *external* terminal emulator in directories associat
## Usage
-Currently not on Melpa, so grab the elisp file, put it in your path and require
-it. Hopefully it will be soon.
-
-<!-- `M-x package-install terminal-here` -->
-
Run `terminal-here-launch` to start a terminal in the current directory.
If the default command doesn't launch your preferred terminal you can set
-`terminal-here-terminal-command` to either list containing the command and
+`terminal-here-terminal-command` to either a list containing the command and
arguments (e.g. `(list "my-terminal" "--foo")`)
or a function which takes a directory and returns such a list.