diff --git a/modules/ROOT/pages/install-lookyloo.adoc b/modules/ROOT/pages/install-lookyloo.adoc index c567857..8f191fd 100644 --- a/modules/ROOT/pages/install-lookyloo.adoc +++ b/modules/ROOT/pages/install-lookyloo.adoc @@ -25,7 +25,7 @@ store, used as a database, cache and message broker. NOTE: Valkey should be installed from the source, and the repository must be in the same directory as the one you will be cloning Lookyloo in to. -NOTE: Since Lookyloo 1.25, valkey 7.2 is required. +NOTE: Since Lookyloo 1.26, valkey 8.0 is required. In order to compile and test valkey, you will need a few packages: @@ -37,7 +37,7 @@ sudo apt install build-essential tcl ```bash git clone https://github.com/valkey-io/valkey cd valkey -git checkout 7.2 +git checkout 8.0 make # Optionally, you can run the tests: make test