Fixing up some formatting

Removing the TODO from last commit
This commit is contained in:
Timothy McCallum 2017-05-01 07:52:02 +10:00 committed by GitHub
parent 0a6d093010
commit 30914a930f

View File

@ -60,8 +60,6 @@ The following step will install the docbook2x library
``` ```
sudo apt-get install docbook2x sudo apt-get install docbook2x
``` ```
#TODO
The following steps will install the libexpat library The following steps will install the libexpat library
Download the zip file from the following repository https://github.com/libexpat/libexpat Download the zip file from the following repository https://github.com/libexpat/libexpat
``` ```
@ -87,6 +85,7 @@ cmake .
make -j 2 make -j 2
sudo make install sudo make install
``` ```
xlnt will now be ready to use on your Ubuntu instance.
## Compiling from Source ## Compiling from Source