From 774da71292aa59d81f7c266f3c72201e4576b4e1 Mon Sep 17 00:00:00 2001 From: Anton Latukha Date: Fri, 13 Oct 2017 20:35:18 +0300 Subject: [PATCH] README: allow people to go `stable` or participate in `develop` With this easy change: * Every newcomer decide - to use `stable` or to go participate in `develop` * Users automagically get informed there in Spacemacs this process, and where `stable` is and where is `develop` happening. * People will know to look in `develop`, and over time `stable` people would create less bugreports already fixed in `develop`, so you also will get less bugreport duplicates from `stable` users that does not knew about `develop`. * More testing and community participation in development. `develop` is now closed from eyes of users, make it more known and open. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8888a0fd5..0ef28c735 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,15 @@ This assumes you don't have an existing Emacs setup and want to run Spacemacs as your config. If you do have one, look at the [full installation instructions](#install) for other options. - git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d +* For stable releases: + ```shell + git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d + ``` + +* For development updates and participation: + ```shell + git clone -b develop https://github.com/syl20bnr/spacemacs ~/.emacs.d + ``` **Table of Contents**