Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to develop branch on main page. #39

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ <h1 class="logo-font">(spacemacs)</h1>
<h4 class="wp wp-1 animated fadeInUp logo-subtitle">A community-driven <a href="https://www.gnu.org/software/emacs/">Emacs</a> distribution</h4>
<h6 class="wp wp-3 animated fadeInUp logo-subtitle">The best editor is neither Emacs nor Vim, it's Emacs <em>and</em> Vim!</h6>
<br>
<h4 class="wp wp-1 animated fadeInUp logo-subtitle">We have moved to a rolling release. The most up to date version can be found at <a href=https://develop.spacemacs.org/>develop.spacemacs.org</a></h4>
<h6 class="wp wp-3 animated fadeInUp logo-subtitle">It is recommended to use the develop branch in github to get the most up to date release. This stable version is no longer updated.</h6>
<br>
<a class="btn btn-secondary-outline m-b-md" href="https://github.com/syl20bnr/spacemacs/archive/master.zip" role="button"><span class="fa fa-download"></span>Download</a>
<a class="btn btn-secondary-outline m-b-md" href="#" role="button" id="toggle">&nbsp;<span class="fa fa-arrow-circle-right"></span> Install &nbsp;</a>
<pre id="code">git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d</pre>
Expand Down