README.md in express_translate-1.0 vs README.md in express_translate-1.0.0.0
- old
+ new
@@ -1,68 +1,39 @@
Express Translate
=====
- ```bash
- __ _____ _ _
- /__\_ ___ __ _ __ ___ ___ ___ /__ \_ __ __ _ _ __ ___| | __ _| |_ ___
- /_\ \ \/ / '_ \| '__/ _ \ __/ __| / /\/ '__/ _` | '_ \/ __| |/ _` | __/ _ \
-//__ > <| |_) | | | __\__ \__ \ / / | | | (_| | | | \__ \ | (_| | |_ __/
-\__/ /_/\_\ .__/|_| \___|___/___/ \/ |_| \__,_|_| |_|___/_|\__,_|\__\___|
- |_|
- ```
-
-[![Gem Version](https://img.shields.io/gem/v/express_translate.svg)](https://rubygems.org/gems/express_translate)
[![Code Climate](https://codeclimate.com/github/RubifyTechnology/express_translate.png)](https://codeclimate.com/github/RubifyTechnology/express_translate)
[![Build Status](https://travis-ci.org/RubifyTechnology/express_translate.svg?branch=master)](https://travis-ci.org/RubifyTechnology/express_translate)
[![Dependency Status](https://gemnasium.com/RubifyTechnology/express_translate.svg)](https://gemnasium.com/RubifyTechnology/express_translate)
[![Coverage Status](https://coveralls.io/repos/RubifyTechnology/express_translate/badge.png)](https://coveralls.io/r/RubifyTechnology/express_translate)
-[![Inline docs](http://inch-ci.org/github/RubifyTechnology/express_translate.png?branch=master)](http://inch-ci.org/github/RubifyTechnology/express_translate)
=====
##Installation
-### 1. Gemfile
+###1. Gemfile
```bash
gem 'rubify_dashboard', :git => 'git@github.com:RubifyTechnology/express_translate.git'
```
-### 2. Install
+###2. Install
Open terminal and run:
```bash
rails g express_translate:install
```
-### 3. Setup
+###3. Setup
Run on terminal.
```bash
bundle install
```
-##Using
-### Run
- Start Redis Server
+ and start Redis Server
```bash
redis-server
```
-### Reset data
- ```bash
- rails g express_translate:reset
- ```
-
-### Reset Account
- ```bash
- rails g express_translate:reset_account
- ```
- Account list config in "/config/express_translate.yml"
- You can add account:
- ```bash
- account:
- -
- username: "abc_name"
- password: "abc_pass"
- ```
+##Using
### Login page
You can see login page at:
http://you_domain/express_translate/login
* e.g: http://localhost:3000/express_translate/login
\ No newline at end of file