Fix minor typo in the README
This commit is contained in:
parent
7f78f1db3c
commit
c062aa8a2e
|
@ -29,7 +29,7 @@ still doesn't work, then run `echo $LD_LIBRARY_PATH`. If it doesn't show
|
|||
anything, you've got to add the right directory to the path, i.e.,
|
||||
|
||||
```
|
||||
$ export $LD_LIBRARY_PATH=/usr/local/lib64
|
||||
$ export LD_LIBRARY_PATH=/usr/local/lib64
|
||||
```
|
||||
|
||||
Or wherever it got installed as per the output of running `make install` for
|
||||
|
|
Loading…
Reference in New Issue