Skip to content

Commit

Permalink
Remove instruction about env variable #30
Browse files Browse the repository at this point in the history
Export LD_LIBRARY_PATH for example is
not necessary anymore beucase that the
make install is solving this.
  • Loading branch information
filhodanuvem committed Dec 17, 2016
1 parent 25d7142 commit 74426bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ See more [here](https://asciinema.org/a/8863)
- `cd $GOPATH/src/github.com/cloudson/gitql`
- `make`
- `sudo make install`
- `export LD_LIBRARY_PATH=$PWD/libgit2/install/lib` on linux or `export DYLD_LIBRARY_PATH=$PWD/libgit2/install/lib`on Mac OS.


## Examples
Expand Down

0 comments on commit 74426bd

Please sign in to comment.