Skip to content

Commit

Permalink
[content] tweak layout and endings
Browse files Browse the repository at this point in the history
  • Loading branch information
mor1 committed Jul 29, 2014
1 parent 93489fb commit 6f7e9f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions static/content/intro.md
Expand Up @@ -236,6 +236,7 @@ As easy as 1—2—3!

$ make depend # install library dependencies
$ make build # build the unikernel
$ make run # ==> sudo ./_build/main.native
<!-- .element: class="no-highlight" -->


Expand All @@ -252,6 +253,7 @@ As easy as 1&mdash;2&mdash;3!

$ mirage configure config.ml --xen
$ make depend && make build
[ edit the .xl config and start your VM ]
<!-- .element: class="no-highlight" -->

+ All the magic happens via the OCaml module system.
Expand Down Expand Up @@ -294,8 +296,10 @@ Featuring blog posts by:
and [Jeremy Yallop](https://github.com/yallop).

<p style="font-size: 48px; font-weight: bold;
display: float; padding: 5ex 0; text-align: center">
Thanks for listening! Any questions before we dive into the exercises?
display: float; padding: 4ex 0; text-align: center">
Thanks for listening!
<br/>
Any questions before we continue?
</p>


Expand Down

0 comments on commit 6f7e9f7

Please sign in to comment.