diff --git a/Run-Yacy-in-a-VPS.md b/Run-Yacy-in-a-VPS.md index 4c03c16..3ea64d0 100644 --- a/Run-Yacy-in-a-VPS.md +++ b/Run-Yacy-in-a-VPS.md @@ -1,8 +1,7 @@ Take Debian for example. 1. run `apt update` 2. run `apt install default-jre ant` (install java and ant) -3. run `wget https://github.com/yacy/yacy_search_server/archive/master.zip` (the latest version of Yacy) -4. run `unzip master.zip` -5. run `cd yacy_search_server-master` -6. run `ant clean all` (compile Yacy) -7. run `./startYACY.sh` \ No newline at end of file +3. run `wget https://github.com/luccioman/yacy_search_server/releases/download/Release_1.921.9828-dev/yacy_v1.921_20181121_9828.tar.gz` (the latest release version of Yacy) +4. run `tar xvpfz yacy_v1.921_20181121_9828.tar.gz` +5. run `cd yacy_v1.921_20181121_9828` +6. run `./startYACY.sh` \ No newline at end of file