From 77466f4f342e5f7820d60226d199a7be9ba560f9 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 25 Feb 2014 00:51:29 -0800 Subject: [PATCH] link to master install guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99ea32b0f..167fea4d8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To learn more about the philosophy and goals of the project, [visit discourse.or ## Getting Started -1. If you're **brand new to Ruby and Rails**, please see [**Discourse as Your First Rails App**](http://blog.discourse.org/2013/04/discourse-as-your-first-rails-app/) or our [**Discourse Vagrant Developer Guide**](https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md), which includes instructions to get up and running in a development environment using a virtual machine. This beginner's guide is also adequate for developers ready to sink their teeth quickly; it's the easiest way to hack on Discourse! +1. If you're **brand new to Ruby and Rails**, please see [**Discourse as Your First Rails App**](http://blog.discourse.org/2013/04/discourse-as-your-first-rails-app/) or our [**Discourse Vagrant Developer Guide**](docs/VAGRANT.md), which includes instructions to get up and running in a development environment using a virtual machine. This beginner's guide is also adequate for developers ready to sink their teeth quickly; it's the easiest way to hack on Discourse! 2. If you're familiar with how Rails works and are comfortable setting up your own environment, use our [**Discourse Advanced Developer Guide**](docs/DEVELOPER-ADVANCED.md). @@ -29,7 +29,7 @@ Before you get started, ensure you have the following minimum versions: [Ruby 1. ## Setting up a Discourse Forum -If you're not here to hack on the open source code, but rather looking to set up a Discourse forum in a production environment, see our [**Discourse Install Guide**](/docs/INSTALL-ubuntu.md). Be warned, however, that Discourse is still very much beta, and you will probably need a background as a developer or system administrator to set it up successfully. +If you want to set up a Discourse forum for production use, see our [**Discourse Install Guide**](docs/INSTALL.md). ## Vision