summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-01-27 14:55:46 -0800
committerFranck Cuny <franck.cuny@gmail.com>2017-01-27 14:55:46 -0800
commitd79deabab90e784fd227480e72b30d9ee31a1416 (patch)
tree33cac0db63577c1f2244f67a6ae694169a18c007
parent[bin] Script to make sure Go is installed correctly. (diff)
downloademacs.d-d79deabab90e784fd227480e72b30d9ee31a1416.tar.gz
[Doc] Update.
Diffstat (limited to '')
-rw-r--r--README.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.org b/README.org
index 9e2be64..42b2d0f 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,7 @@
 #+Title: Configuration files
 #+Author: Franck Cuny
 
-My personal configuration files for Emacs, bash and git.
+My personal configuration files for [[https://www.gnu.org/software/emacs/][Emacs]], [[https://www.gnu.org/software/bash/][bash]] and [[https://git-scm.com/][git]].
 
 * Documentation
 ** Emacs
@@ -10,3 +10,9 @@ My personal configuration files for Emacs, bash and git.
 |---------+--------------------|
 | C-x r l | list the bookmarks |
 | C-x r m | add a bookmark     |
+*** Working with go
+First start by running the [[file:bin/setup-go][setup-go]] script.
+
+#+BEGIN_SRC sh
+./bin/setup-go
+#+END_SRC