diff --git a/INSTALL.md b/INSTALL.md index 871e264..3f85422 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -43,6 +43,8 @@ sudo make firefox-install # Build and install the Chrome version make chrome-build sudo make chrome-install +# You may need to update the linker's cache to find libcurl-impersonate +sudo ldconfig # Optionally remove all the build files cd ../ && rm -Rf build ```