diff -r 129ef9bb1477 -r 0bf1c1fdf1e3 docs/Writerside/topics/install.md
--- a/docs/Writerside/topics/install.md Sun Feb 23 14:03:15 2025 +0100
+++ b/docs/Writerside/topics/install.md Sun Feb 23 14:04:38 2025 +0100
@@ -15,9 +15,9 @@
Source Forge and extract it somewhere on your machine.
You can also use the command line to do this.
-wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz
-tar -xzf ucx-latest.tar.gz
-cd ucx-latest
+wget -O libucx.tgz https://sourceforge.net/projects/ucx/files/latest
+tar -xzf libucx.tgz
+cd libucx