From 270583b06648e37a70268a09d94eaf41347755a4 Mon Sep 17 00:00:00 2001 From: Max Albrecht <1@178.is> Date: Sun, 24 Feb 2013 17:30:09 +0100 Subject: [PATCH] Readme: fix install instructions --- ReadMe.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 0b4ae22..396b67f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -14,11 +14,11 @@ Sample custom Vimeo site using Vimeo videos from [http://nodetuts.com/](http://n # Installation - mkdir myapp - cd myapp/ - jitsu install custom-vimeo-site +Unmaintained, so not available via `jitsu install`. You can still clone the app to check it out: -*If you do not have `jitsu` installed you can install it via `npm install jitsu -g`* + git clone git://github.com/nodeapps/custom-vimeo-site.git custom-vimeo-site + cd custom-vimeo-site/ + node bin/server # Configuration