aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-10-02 09:14:17 -0400
committerTaylor Holberton <taylorcholberton@gmail.com>2016-10-02 09:14:17 -0400
commit291c41863d5c7ef6209738a5b7a3bdae43222b46 (patch)
treeff2bb3038fb402c1585b7d2912c0a5a3c764bf93 /README.md
parentd244de5461f79bbd82bc2c0764691263476917e1 (diff)
added call to ldconfig in install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 074d874..a0519f2 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ To build and install with Make, run the commands:
```
make
sudo make install
+sudo ldconfig
```
### Documentation