# HG changeset patch
# User richarddeurtje@gmail.com
# Date 1321461513 0
# Node ID b9af153886274542b750c9fb554c9a32b4413904
# Parent  3c2429fd0b511f830dc909c06eadd6e31b0dba4a
forgot to escape < and >

diff -r 3c2429fd0b51 -r b9af15388627 HedgeroidGuide.wiki
--- a/HedgeroidGuide.wiki	Wed Nov 16 16:37:16 2011 +0000
+++ b/HedgeroidGuide.wiki	Wed Nov 16 16:38:33 2011 +0000
@@ -71,7 +71,7 @@
 
 Next we will create the scripts to compile hedgewars and move SDL directories first you’ll need to make sure cmake knows where all the compilers are
 
-Add <NDK>:<SDK>/platform-tools:<FPC>/compiler to your path, on debian based system I would do it as follows:
+Add `<`NDK`>`:`<`SDK`>`/platform-tools:`<`FPC`>`/compiler to your path, on debian based system I would do it as follows:
 
 {{{
 export PATH=$PATH:/home/xeli/SoftDev/android/ndk