Updated Installation (markdown)

Richard Townsend 2014-07-02 14:53:17 -07:00
parent 36f6c8f912
commit e3efdc26d5
1 changed files with 2 additions and 3 deletions

@ -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.