diff options
-rw-r--r-- | README.org | 8 |
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 |