Fix minor typo in the README

This commit is contained in:
Nat 2023-06-20 08:57:17 -07:00
parent 7f78f1db3c
commit c062aa8a2e
Signed by: nat
GPG Key ID: B53AB05285D710D6
1 changed files with 1 additions and 1 deletions

View File

@ -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., 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 Or wherever it got installed as per the output of running `make install` for