docs/Writerside/topics/install.md

changeset 1227
0bf1c1fdf1e3
parent 1190
a7b913d5d589
--- 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 @@
 <a href="https://sourceforge.net/projects/ucx/files/">Source Forge</a> and extract it somewhere on your machine.
 You can also use the command line to do this. 
 <code-block lang="sh">
-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
 </code-block>
 </step>
 <step>

mercurial