Merge pull request #47 from lwthiker/ldconfig_after_make_install

Update INSTALL.md
This commit is contained in:
lwthiker
2022-04-17 10:51:14 +03:00
committed by GitHub

View File

@@ -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
```