Skip to content

Commit

Permalink
v2.0.3 available
Browse files Browse the repository at this point in the history
  • Loading branch information
hug33k committed Jun 29, 2016
1 parent 2e866d5 commit 8cb80f2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@ set -U EPITECH_TOKEN "UNIX PWD in SHA512"
set -U EPITECH_FOLDER "/your/work/folder"
````

## Installation

### Via installation script

Installation script available [here](https://github.com/hug33k/eblih/blob/master/install.sh)
````sh
$> curl https://github.com/hug33k/eblih/blob/master/install.sh | sh
````

### Via Git

Clone the repo and add a symbolic link to use eblih anywhere.

````sh
$> ln -s $EBLIH_LOCATION/eblih /usr/local/bin/eblih
````

## Usage

[Available here](https://github.com/hug33k/eblih/blob/master/doc/USAGE.md)
Expand Down
6 changes: 6 additions & 0 deletions doc/CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelogs

* v2.0.3
* BUGFIX : Error when missing action
* UPDATE : Show usage for mode when no action is given (Linked to previous BUGFIX)
* UPDATE : Modify location of config file ($EBLIH_SRCS/srcs/group.json -> ~/.eblih)
* NEW : Installation script available [here](https://github.com/hug33k/eblih/blob/master/install.sh)

* v2.0.0
* Eblih is no longer based on original BLIH script !
* Requests is now used for requests
Expand Down

0 comments on commit 8cb80f2

Please sign in to comment.