diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-02 09:14:17 -0400 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-02 09:14:17 -0400 |
commit | 291c41863d5c7ef6209738a5b7a3bdae43222b46 (patch) | |
tree | ff2bb3038fb402c1585b7d2912c0a5a3c764bf93 | |
parent | d244de5461f79bbd82bc2c0764691263476917e1 (diff) |
added call to ldconfig in install instructions
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ To build and install with Make, run the commands: ``` make sudo make install +sudo ldconfig ``` ### Documentation |