Update doom module readme file template

This commit is contained in:
Henrik Lissner 2018-02-14 07:42:37 -05:00
parent 6c4e048c23
commit 0e1cf10c0f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -17,31 +17,17 @@ ${3:If necessary, include a longer description below it that goes into more deta
* Table of Contents :TOC: * Table of Contents :TOC:
* Install * Module Flags
** Main dependencies This module provides no flags.
*** MacOS
#+BEGIN_SRC sh :tangle (if (doom-system-os 'macos) "yes")
brew install x
#+END_SRC
*** Arch Linux * Prerequisites
#+BEGIN_SRC sh :dir /sudo:: :tangle (if (doom-system-os 'arch) "yes") This module has no prereqisites.
sudo pacman --needed --noconfirm -S X
#+END_SRC
** Extra Dependencies * Features
+ A A list of features, how to use them, and their dependencies.
+ B
+ C
#+BEGIN_SRC sh
Y install A B C
#+END_SRC
* Configuration * Configuration
* Usage
* Appendix * Appendix
** Commands ** Commands
** Hacks ** Hacks