Add README.org's for lang/cc, app/email; update other README.org's

This commit is contained in:
Henrik Lissner 2017-05-04 10:40:51 +02:00
parent f6dcd8e850
commit 505d515dd8
5 changed files with 85 additions and 9 deletions

View file

@ -16,10 +16,10 @@ brew install go
*** Arch Linux
#+BEGIN_SRC sh :dir /sudo:: :tangle (if (doom-system-os 'arch) "yes")
pacman --needed --noconfirm -S go
sudo pacman --needed --noconfirm -S go
#+END_SRC
** Dependencies
** Setup
You need to set up ~GOPATH~ before you can install lang/go's dependencies.
#+BEGIN_SRC sh