docs/Writerside/topics/install.md

changeset 1277
637d4775e79e
parent 1227
0bf1c1fdf1e3
--- a/docs/Writerside/topics/install.md	Sun Apr 06 13:13:52 2025 +0200
+++ b/docs/Writerside/topics/install.md	Sun Apr 06 13:21:17 2025 +0200
@@ -1,6 +1,4 @@
----
-title: Build Instructions
----
+# Build Instructions
 
 The build processes uses configure and make.
 Make sure that you have `make` and a
@@ -14,7 +12,7 @@
 Download the latest source archive from
 <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">
+<code-block lang="shell">
 wget -O libucx.tgz https://sourceforge.net/projects/ucx/files/latest
 tar -xzf libucx.tgz
 cd libucx
@@ -24,7 +22,7 @@
 Configure the build according to your preferences. You can get a list of
 all available options with <code>./configure --help</code>.
 The recommended configuration for production builds is <code>./configure --release</code>.
-<code-block lang="sh">
+<code-block lang="shell">
     ./configure --release
     make
     make check 

mercurial