diff --git a/docs/node/installation.md b/docs/node/installation.md index c066987..06c1aba 100644 --- a/docs/node/installation.md +++ b/docs/node/installation.md @@ -21,10 +21,10 @@ Please make sure that your system fulfills the [requirements](requirements.md) b VILLASnode can be compiled from source using [CMake](http://cmake.org). This process has been tested with the following Linux distributions: -- Fedora 36 +- Fedora 42 - Debian 12 (Bookworm) - Ubuntu 24.04 (Noble Numbat) -- RHEL / Rocky Linux 8 +- Rocky Linux 9.3 ### Prerequisites @@ -225,6 +225,9 @@ You can also install the binaries and tools into to your search path after build ```shell # Install the VILLASnode libraries tools and binaries cmake --build ./build --target install + +# Refresh linker cache +sudo ldconfig ``` ### Customizing the build