Updated Installation (markdown)
parent
36f6c8f912
commit
e3efdc26d5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue