From e7b748aef218b5a2d41ad0398a612afd5771f638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 16 Feb 2019 15:14:53 -0300 Subject: [PATCH] Minor formatting (proposals) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 985ab0a..faec6aa 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,12 @@ Then one can install the module by calling the following. ./scripts/build_mic_module.sh ../mic -Please note that it will create a directory 'deps' and download all sources into that directory. -After compilation all dependencies will be installed in the directory '../mic'. +Please note that it will create a directory `deps` and download all sources into that directory. +After compilation all dependencies will be installed in the directory `../mic`. ## Installation of MI-Algorithms -The following assumes that all MIC dependencies are installed in the directory '../mic'. +The following assumes that all MIC dependencies are installed in the directory `../mic`. git clone git@github.com:IBM/mi-algorithms.git cd mi-algorithms @@ -91,8 +91,8 @@ The following assumes that all MIC dependencies are installed in the directory ' ### Make commands - * make install - install applications to ../mic/bin, headers to ../mic/include, libraries to ../mic/lib, cmake files to ../mic/share - + * make install - install applications to `../mic/bin`, headers to `../mic/include`, libraries to `../mic/lib`, cmake files to `../mic/share` + ## Documentation In order to generate a "living" documentation of the code please run Doxygen: @@ -109,4 +109,4 @@ https://ibm.github.io/mi-algorithms/ [tkornuta](http://github.com/tkornut) -[![HitCount](http://hits.dwyl.io/tkornut/ibm/mi-algorithms.svg)](http://hits.dwyl.io/tkornut/ibm/mi-algorithms) \ No newline at end of file +[![HitCount](http://hits.dwyl.io/tkornut/ibm/mi-algorithms.svg)](http://hits.dwyl.io/tkornut/ibm/mi-algorithms)