From a97bc64b5891ca41e22119642249f6e2df78942d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 17 Jun 2013 17:07:23 +0200 Subject: [PATCH] tweak readme [ci skip] * Drop remaining links to the Github wiki * Redirect Mailing list links through the wiki * Update links that are redirects * enable syntaxhighlighting --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 63eb15570..18f751038 100644 --- a/README.md +++ b/README.md @@ -18,23 +18,23 @@ With Diaspora you can: ## Quick Start: Here's how you can get a **[development](http://guides.rubyonrails.org/getting_started.html)** environment up and running. This is where any new pod runner should start, as well as people -looking to contribute to D*. This script assumes you have [a basic Rails setup installed](http://railsapps.github.com/installing-rails-3-1.html). +looking to contribute to D*. This script assumes you have [a basic Rails setup installed](http://railsapps.github.io/installing-rails.html). ### Step 1: Run the script and follow the on screen instructions. -``` +```bash bash <(curl https://raw.github.com/diaspora/diaspora/master/script/install.sh) ``` ### Step 2: Run the development server -``` +```bash rails s ``` then visit 'http://localhost:3000' in your browser. ### Step 3 (for developers): Run tests -``` +```bash rake ``` @@ -54,8 +54,7 @@ Documentation is available on our [wiki](http://wiki.diasporafoundation.org) ## More Resources: - [Wiki](http://wiki.diasporafoundation.org) -- [Podmin Resources](https://github.com/diaspora/diaspora/wiki/Podmin-Resources) -- [Contributing](https://github.com/diaspora/diaspora/wiki/Getting-Started-With-Contributing) -- [Dev List](https://groups.google.com/forum/?fromgroups#!forum/diaspora-dev) -- [Discuss List](https://groups.google.com/forum/?fromgroups#!forum/diaspora-discuss) +- [Podmin Resources](http://wiki.diasporafoundation.org/Category:Podmin) +- [Contributing](http://wiki.diasporafoundation.org/Getting_Started_With_Contributing) +* [Mailing lists](http://wiki.diasporafoundation.org/How_We_Communicate#Mailing_Lists) - [IRC](http://wiki.diasporafoundation.org/How_We_Communicate#IRC)