]> xenbits.xensource.com Git - unikraft/plats/solo5.git/commitdiff
Fix README.md rendering issue. RELEASE-0.4
authorHaibo Xu <haibo.xu@arm.com>
Fri, 25 Oct 2019 08:13:58 +0000 (16:13 +0800)
committerFelipe Huici <felipe.huici@neclab.eu>
Mon, 4 Nov 2019 11:24:40 +0000 (12:24 +0100)
Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
README.md

index a821729e1ce966fb2029fa67a3c77abf235c8506..c85e9a117efcfeab7723cd712df368565d8d863c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,8 +3,9 @@ solo5 for Unikraft
 
 Once the build process finished successfully, The solo5 monitor(**solo5-hvt**)
 as well as the corresponding app (for example, helloworld_solo5-x86_64) can be
-found in the `build` directory and run with: ::
+found in the `build` directory and run with:
 
+```
 ~/unikraft/apps/helloworld/build$ sudo ./solo5-hvt helloworld_solo5-x86_64
 solo5-hvt: helloworld_solo5-x86_64: Warning: phdr[0] requests WRITE and EXEC permissions
             |      ___|
@@ -26,10 +27,12 @@ Hello world!
 Arguments:
 Solo5: solo5_exit(0) called
 ~/unikraft/apps/helloworld/build$
+```
 
 The syntax of the **solo5-hvt** command is listed below, and you can also refer to
 the solo5 project main page(https://github.com/Solo5/solo5) for more information ::
 
+```
 usage: solo5-hvt [ CORE OPTIONS ] [ MODULE OPTIONS ] [ -- ] KERNEL [ ARGS ]
 KERNEL is the filename of the unikernel to run.
 ARGS are optional arguments passed to the unikernel.
@@ -44,8 +47,7 @@ Compiled-in module options:
     [ --net-mac=HWADDR ] (guest MAC address)
     --gdb (optional flag for running in a gdb debug session)
     [ --gdb-port=1234 ] (port to use)
-
+```
 
 Please also refer to the `README.md` as well as the documentation in the `doc/`
 subdirectory of the main unikraft repository.
-