From 9c12462e97e9176179129d609f8217b47ea6bcfe Mon Sep 17 00:00:00 2001 From: Nahuel Barrios Date: Thu, 12 May 2016 01:40:29 -0300 Subject: [PATCH] Minor improvements in README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index be7b4c2..49dabc3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ EFU (Easy-Fast-Upgradable): The SH script you need to finish your Ubuntu/MacOS X ## Use it 1. Download [latest release](https://github.com/barriosnahuel/efu/releases). 2. `cd` into downloaded directory. -3. Edit `properties.sh` with your custom info. +3. Edit `properties.sh` with your custom info. Properties are required in order tu setup GIT. 4. `sh install.sh [osx | ubuntu | lubuntu]` 5. In a new tab of your terminal: `tail –f ~/Downloads/efu.log` 6. Once finished, take a look to: `~/Downloads/summary.efu.log` @@ -24,7 +24,7 @@ If you want to run EFU on **Ubuntu**, you can just: 1. Download [latest release](https://github.com/barriosnahuel/efu/releases) on your `~/Downloads` directory. 2. `cd` into downloaded directory. -3. Edit `properties.sh` with your custom info. +3. Edit `properties.sh` with your custom info. Properties are required in order tu setup GIT. 4. ```shell gnome-terminal --working-directory ~/Downloads/ \ @@ -59,14 +59,13 @@ With a little of your interaction, EFU will: - Heroku toolbelt - Kotlin - Maven - - [Mixxx](http://www.mixxx.org/) + - [Mixxx](http://www.mixxx.org/): DJ software - NodeJS - [sdkman](http://sdkman.io/) - Tomcat - ZSH and [Oh-My-ZSH](https://github.com/robbyrussell/oh-my-zsh) - Install (and setup) many software (OS X only): - Homebrew (OS X only) - - Transmission torrents client - Install (and setup) many software (Ubuntu only): - Common packages to compress and uncompress common files - Dropbox @@ -83,10 +82,8 @@ With a little of your interaction, EFU will: - [JDownloader](http://jdownloader.org/home/index) - JetBrains [Intellij IDEA](https://www.jetbrains.com/idea/) (EAP) - [Macs Fan Control](http://www.crystalidea.com/macs-fan-control) + - Transmission torrents client -## Repo usage -*Do not clone or push to* **master** *branch.* - -Create branch or fork from **develop**, then push or create pull requests (if you don't have access) to that branch. +## Contributing -The repo uses [this branching model](http://nvie.com/posts/a-successful-git-branching-model/). +The repo uses [this branching model](http://nvie.com/posts/a-successful-git-branching-model/). \ No newline at end of file