From e3efdc26d507554af57dfea697554ab363d30e78 Mon Sep 17 00:00:00 2001 From: Richard Townsend Date: Wed, 2 Jul 2014 14:53:17 -0700 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index 808b041..cf6848d 100644 --- a/Installation.md +++ b/Installation.md @@ -1,4 +1,4 @@ -GoLearn is a Go library that's relatively standard, apart from a few optional C dependencies. To install it, [you'll need to install Go 1.2 or later first](http://golang.org/doc/install). +GoLearn is a Go library that's relatively standard apart from a few optional C dependencies. To install it, [you'll need to install Go 1.2 or later first](http://golang.org/doc/install). ## Installation @@ -45,8 +45,7 @@ You'll then need to add `$GOPATH/src/github.com/sjwhitworth/golearn/ext/lib` to #### Bash (Linux) Add the following to your `~/.bashrc` file: ```bash -export LD_LIBRARY_PATH=$GOPATH/src/github.com/sjwhitworth/golearn/ext/lib:$LD_LI -BRARY_PATH +export LD_LIBRARY_PATH=$GOPATH/src/github.com/sjwhitworth/golearn/ext/lib:$LD_LIBRARY_PATH ``` Make sure to run `source ~/.bashrc` or restart the `bash` shell before continuing.