From aabfed361318c42e677d802412630eddf4d2c249 Mon Sep 17 00:00:00 2001 From: a-sansara Date: Sun, 14 May 2017 03:39:58 +0200 Subject: [PATCH] update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80f3e08..3055e63 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ bes-build ========= -bes-build is a bash script to build bash program. +**bes-build** is a bash script to build bash program. the building process simply consist to append shell script files from your `src/` project directory into a single `dist/project` executable file -since version 0.5 bes-build attempt to be a dependency manager like `composer` (for php projects) but in a more extra-light way +since version **0.5** **bes-build** attempt to be a *dependency manager* like `composer` (for php projects) but in a more extra-light way ### Install @@ -30,7 +30,7 @@ bes-build -h ### Requirements -using bes-build script require you to conform to these following rules : +using **bes-build** script require you to conform to these following rules : * respect this directory structure : ```pre @@ -55,7 +55,7 @@ bes.install(){ ### Depency Manager Requirements **note** This functionnality is still in progress -to use `bes-build` like a dependency manager, you need a `bes.ini` file in your application root path +to use **bes-build** like a dependency manager, you need a `bes.ini` file in your application root path ```ini [require] @@ -68,8 +68,8 @@ then you can run the `update` command before building bes-build update ``` -`bes-build` call `git` on a `vendor` directory and clone the require lib +**bes-build** call `git` on a `vendor` directory and clone the require lib -on next build, bes-build will append the dependencies +on next build, **bes-build** will append the dependencies to your dist file