From 768d222d05a5d576db57145f433f3df7d9a6b2c2 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Wed, 10 Oct 2018 10:29:16 +0100 Subject: [PATCH] README tweaks Put newer/default shells first, HACKING isn't just for plugin development --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12bceb72..f11ba216 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ * Full Unicode support including double-width characters * Doesn't choke on fast-flowing outputs * Proper shell-like experience on Windows including tab completion (via Clink) - * CMD, PowerShell, PowerShell Core, Cygwin, Cmder, Git-Bash and WSL (Bash on Windows) support + * PowerShell Core, WSL (Bash on Windows), PowerShell, Git-Bash, Cygwin, Cmder and CMD support * Tab persistence on macOS and Linux --- @@ -34,9 +34,9 @@ Plugins can be installed directly from the Settings view inside Terminus. # Contributing -Pull requests and plugins are welcome! Publish your plugin on NPM with a `terminus-plugin` keyword to make it appear in the Plugin Manager. +Pull requests and plugins are welcome! -See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) for a very brief plugin development tutorial! +See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) information of how the project is laid out, and a very brief plugin development tutorial. ## License