Update README.md
authorkthierry <kevin.thierry@open.eurogiciel.org>
Mon, 28 Apr 2014 15:24:05 +0000 (17:24 +0200)
committerkthierry <kevin.thierry@open.eurogiciel.org>
Mon, 28 Apr 2014 15:24:05 +0000 (17:24 +0200)
README.md

index 1b55686..38e6063 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,40 +1,40 @@
-spec2yocto
-__________
+# spec2yocto
 
-# Installation
 
-## Go to your work directory:
+## Installation
+
+### Go to your work directory:
 
        cd /your/work/directory
 
-## Define the YOCTO_WORKDIR environment variable:
+### Define the YOCTO_WORKDIR environment variable:
 
        export YOCTO_WORKDIR=<path_to_your_workdir>
 
-## Clone this project
+### Clone this project
 
        git clone https://github.com/eurogiciel-oss/yoctoTizen.git
 
-## Copy .spec2yoctorc to your home directory
+### Copy .spec2yoctorc to your home directory
 
        cp yoctoTizen/proto-meta-Tizen_generic/.spec2yoctorc ~/
 
-## Create a symbolic link to spec2yocto.py in a directory of your ${PATH}
+### Create a symbolic link to spec2yocto.py in a directory of your ${PATH}
 
        ln -s /bindir/spec2yocto ${YOCTO_WORKDIR}/yoctoTizen/tools/spec2yocto.py <path_to_your_bindir>/spec2yocto
 
-## Create a spec2yocto directory in /usr/share
+### Create a spec2yocto directory in /usr/share
 
        sudo mkdir /usr/share/spec2yocto
 
-## Create a symbolic link to roto-meta-Tizen_generic/rpm_tizen_macro/ in /usr/share/spec2yocto/macro
+### Create a symbolic link to roto-meta-Tizen_generic/rpm_tizen_macro/ in /usr/share/spec2yocto/macro
 
        sudo ln -s /home/kthierry/yocto/yoctoTizen/proto-meta-Tizen_generic/rpm_tizen_macro/ /usr/share/spec2yocto/macro
 
-## Execute gitCloneAll.sh
+### Execute gitCloneAll.sh
 
        ./tools/gitCloneAll.sh
 
-# Using spec2yocto
+## Using spec2yocto
 
-TO DO
\ No newline at end of file
+TO DO