From 7a949c88596438c84b604c80d6ab678294cfdaa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Alejandro=20Marug=C3=A1n?= Date: Thu, 12 Oct 2017 17:46:39 +0200 Subject: [PATCH] Update desc README - Fix TODO - Add lines to execute - Change number list steps --- README.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d89d76f..04fc1e2 100644 --- a/README.md +++ b/README.md @@ -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