From fa4198260334a48fa4c5a5e85124c7c92b2c6090 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 18 Jan 2015 22:08:41 -0500 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f00a17c3..90e7985b0b 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Kitematic's documentation and other information can be found at [http://kitemati Kitematic uses a special version of node npm (found under `script/npm`) so packages are built against the same v8 headers as atom-shell. To run the app in development: - `./script/npm install` -- `./script/run.sh` +- `./script/run` ### Building the Mac OS X Package