From 7a12d429f89d3a0f9a0857596ae4fb12f2f44760 Mon Sep 17 00:00:00 2001 From: Jamen Marz Date: Thu, 15 Feb 2018 11:22:45 -0700 Subject: [PATCH] Add install instructions to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b68af4f..255bb4e 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ Use the Atom editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa). More information on the [main GhostText repo](https://github.com/GhostText/GhostText) + +## Install + +Use Atom's command-line package manager: + +```sh +apm i GhostText/GhostText-for-Atom +``` + +(Required because the package is not listed on [atom.io](https://atom.io/))