diff --git a/_posts/2022-6-14-install.md b/_posts/2022-6-14-install.md index 1c67f18..8b6c491 100644 --- a/_posts/2022-6-14-install.md +++ b/_posts/2022-6-14-install.md @@ -10,10 +10,10 @@ description: Get Zulia up and running https://github.com/zuliaio/zuliasearch/releases ``` cd YOUR_INSTALL_DIR -wget https://github.com/zuliaio/zuliasearch/releases/download/3.1.0/zulia-server-3.1.0.tar -tar xvf zulia-server-3.1.0.tar -rm zulia-server-3.1.0.tar -ln -s zulia-server-3.1.0 zulia-server +wget https://github.com/zuliaio/zuliasearch/releases/download/3.4.6/zulia-server-3.4.6.tar +tar xvf zulia-server-3.4.6.tar +rm zulia-server-3.4.6.tar +ln -s zulia-server-3.4.6 zulia-server ``` ## OR Compile latest from code