From 225b296c6985e3080855f7b06fe3aa41e17ae7eb Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 18 Apr 2012 11:58:36 -0700 Subject: [PATCH] point it to the master blob, too [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5222efc12..7cf54add3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Before submitting code, feel free to sign our [Contributor License Agreement](ht Here's how you can get a development environment up and running. You can check out system-specific guides [here](https://github.com/diaspora/diaspora/wiki/Installation-Guides). ### Step 1: Download the script -```curl https://raw.github.com/diaspora/diaspora/ec5289bd3b9b5608d339b28e1e30272f380a9211/script/install.sh | /bin/sh +```curl https://raw.github.com/diaspora/diaspora/master/script/install.sh | /bin/sh ``` ### Step 2: Follow the instructions