From bbe73f644c43b4d9e511f34ebd8df221621b80a7 Mon Sep 17 00:00:00 2001 From: Andreea-Daniela Ene Date: Mon, 3 Oct 2016 00:20:53 +0300 Subject: [PATCH 1/3] Small improvements to README file. --- README.markdown | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 892844c479d..20963175bfe 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,6 @@ # Home Assistant website -This is the source for the [Home-Assistant.io website](https://home-assistant.io) for the [Home Assistant project](https://github.com/home-assistant/home-assistant) +The source of the [Home-Assistant.io website](https://home-assistant.io), for the [Home Assistant project](https://github.com/home-assistant/home-assistant) ## Setup @@ -8,15 +8,14 @@ Setting up to contribute to documentation and the process for submitting pull re ## Site preview +In order to make the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000), use the command as follows: + ```bash $ rake preview ``` -This makes the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000). - - ### Setup on Fedora and CentOS -On Fedora > 22 or CentOS 7.1.1503 Ruby is not available by default. Please take the notes here as a little guide for the Ruby installation process. +On Fedora 22 and later or CentOS 7.1.1503, Ruby is not available by default. Please take the notes here as a little guide for the Ruby installation process. ```bash $ curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - From 63f10ca1a91fabebc9bd0c05a4b3174edb58bdaf Mon Sep 17 00:00:00 2001 From: Andreea-Daniela Ene Date: Mon, 3 Oct 2016 00:28:27 +0300 Subject: [PATCH 2/3] README small changes. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 20963175bfe..0eb74a918e0 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,6 @@ # Home Assistant website -The source of the [Home-Assistant.io website](https://home-assistant.io), for the [Home Assistant project](https://github.com/home-assistant/home-assistant) +This is source for the [Home-Assistant.io website](https://home-assistant.io). ## Setup From ccca877dee54fd580c00d9a9232831caa647986f Mon Sep 17 00:00:00 2001 From: Andreea-Daniela Ene Date: Mon, 3 Oct 2016 00:28:40 +0300 Subject: [PATCH 3/3] Update README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 0eb74a918e0..4fb2a2aa347 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,6 @@ # Home Assistant website -This is source for the [Home-Assistant.io website](https://home-assistant.io). +This is the source for the [Home-Assistant.io website](https://home-assistant.io). ## Setup