Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

Commit

Permalink
Update desc README
Browse files Browse the repository at this point in the history
- Fix TODO
- Add lines to execute
- Change number list steps
  • Loading branch information
ialejandro authored Oct 12, 2017
1 parent 05a59be commit 7a949c8
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,31 @@
# Filebot Compiler
Filebot Compiler is a simply script to compiler the last version of [Filebot](https://github.com/filebot/) (by rednoah).
Filebot Compiler is a simply script to compiler the last version of [Filebot](https://github.com/filebot/) (by @rednoah).

## Content
The script install all requirements (packages, dirs, compile-software, downloads latest repos...) to compile automatically the latest commit.

### Script Steps
* Install Packages
* Download Repos
* Install Dependencies
* Compile
1. Install Packages
2. Download Repos
3. Install Dependencies
4. Compile

## TODO
[] Menu
[] Trace log
- [ ] Menu
- [ ] Trace log

## Script checked in:
## Execute
```
chmod +x filebot-compiler.sh
bash filebot-compiler.sh
```
or
```
chmod +x filebot-compiler.sh
./filebot-compiler.sh
```

### Script checked in:
* Debian GNU/Linux 9.2 (stretch)
* Ubuntu 16.04

Expand Down

0 comments on commit 7a949c8

Please sign in to comment.