From 803562893ddd97f8efa262e9e0182576df9232e7 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Thu, 22 May 2014 09:56:06 -0400 Subject: [PATCH] add jsfmt install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1f6775e..69a8bf6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ this is basically a clone of the necessary code from `go-mode` for running `gofm ## Installing +Install [jsfmt](https://rdio.github.io/jsfmt): + +```bash +npm install -g jsfmt +``` + Download and place `jsfmt.el` in `~/.emacs.d` Modify your `~/.emacs` file to include: