Spice up README
This commit is contained in:
parent
62af55dad0
commit
5c4b6b6423
1 changed files with 29 additions and 20 deletions
49
README.md
49
README.md
|
@ -1,34 +1,43 @@
|
||||||

|
<a href="http://doomemacs.org">
|
||||||
[](https://discord.gg/bcZ6P3y)
|
<img src="https://img.shields.io/github/tag/hlissner/doom-emacs.svg?label=release&style=for-the-badge&color=orange" alt="Made with Doom Emacs">
|
||||||
[](https://travis-ci.org/hlissner/doom-emacs)
|
</a>
|
||||||
[](https://travis-ci.org/hlissner/doom-emacs)
|
<a href="https://emacs.org">
|
||||||
|
<img src="https://img.shields.io/badge/Made_for-Emacs_25.3+-blueviolet.svg?style=for-the-badge" alt="Made for Emacs 25.3+">
|
||||||
|
</a>
|
||||||
|
<a href="https://travis-ci.org/hlissner/doom-emacs">
|
||||||
|
<img src="https://img.shields.io/travis/hlissner/doom-emacs/master.svg?label=master&style=flat-square" alt="Build status: master">
|
||||||
|
</a>
|
||||||
|
<a href="https://travis-ci.org/hlissner/doom-emacs">
|
||||||
|
<img src="https://img.shields.io/travis/hlissner/doom-emacs/develop.svg?label=develop&style=flat-square" alt="Build status: develop">
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.gg/bcZ6P3y">
|
||||||
|
<img src="https://img.shields.io/badge/Discord-blue.svg?logo=discord&label=join&style=for-the-badge" alt="Join our discord server" align="right">
|
||||||
|
</a>
|
||||||
|
<br><br>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<!--
|
<!--p align="center">
|
||||||
<a href="docs/index.org">documentation</a> |
|
<b><a href="/../../tree/screenshots">Screenshots</a></b>
|
||||||
<a href="/../../tree/screenshots">screenshots</a> |
|
|
|
||||||
<a href="docs/contributing.org">getting started</a> |
|
<b><a href="docs/getting_started.org">Get started</a></b>
|
||||||
<a href="docs/contributing.org">contribute</a> |
|
|
|
||||||
<a href="docs/faq.org">faq</a>
|
<b><a href="docs/contributing.org">Contribute</a></b>
|
||||||
-->
|
|
|
||||||
|
<b><a href="docs/index.org">Documentation</a></b>
|
||||||
|
|
|
||||||
|
<b><a href="docs/faq.org">FAQ</a></b>
|
||||||
|
</p-->
|
||||||
|
|
||||||
- - -
|
- - -
|
||||||
|
|
||||||
Quick start
|
**Quick start**
|
||||||
-----------
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
|
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||||
~/.emacs.d/bin/doom quickstart
|
~/.emacs.d/bin/doom quickstart
|
||||||
```
|
```
|
||||||
|
|
||||||
> Doom supports Emacs 25.3 and newer, but **Emacs 26.1+ is recommended.** Doom
|
**Table of Contents**
|
||||||
> works best on Linux & MacOS. Your mileage may vary on Windows.
|
|
||||||
|
|
||||||
|
|
||||||
Table of Contents
|
|
||||||
==================
|
|
||||||
- [What is Doom Emacs](#what-is-doom-emacs)
|
- [What is Doom Emacs](#what-is-doom-emacs)
|
||||||
- [Doom's mantras](#dooms-mantras)
|
- [Doom's mantras](#dooms-mantras)
|
||||||
- [Feature highlights](#feature-highlights)
|
- [Feature highlights](#feature-highlights)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue