From 91a67359e05186ddb51114ec06806b11f02fd0cf Mon Sep 17 00:00:00 2001 From: leonweber Date: Sun, 26 Apr 2015 12:41:43 +0200 Subject: [PATCH] Update readme to reflect possible configurations. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3649a..9822ae0 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ Open terminal on current file's directory with `ctrl-shift-t`. -Open a terminal in the project's root directory with `alt-shift-t`. +Open a terminal in the project's root directory with `alt-shift-t`. Keybindings: `ctrl-shift-t`, `alt-shift-t` Install: `apm install atom-terminal` +Config: +```coffeescript +"atom-terminal": + # only necessary if standard config doesn't find terminal app + app: "/path/to/your/favorite/terminal" + args: "--useThisOptionWhenLaunchingTerminal" +``` + ![atom-terminal](https://raw.github.com/karan/atom-terminal/master/terminal.gif)