From 334c79d19a3e3252f417465064ff0875e00a507c Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 28 Feb 2014 21:36:47 -0500 Subject: [PATCH] Updated nodejitsu logo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06288ef256..54b2604b2c 100644 --- a/README.md +++ b/README.md @@ -985,7 +985,7 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus - **Note**: The first time you run this command, you have to pass `-f` (force) flag because OpenShift creates a dummy server with the welcome page when you create a new Node.js app. Passing `-f` flag will override everything with your *Hackathon Starter* project repository. Please **do not** do `git pull` as it will create unnecessary merge conflicts. - And you are done! (Not quite as simple as Heroku, huh?) - + - To install **jitsu**, open a terminal and type: `sudo npm install -g jitsu` - Run `jitsu login` and enter your login credentials - From your app directory, run `jitsu deploy`