Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Oct 22, 2013
1 parent 0130251 commit 676ee83
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[Redis Desktop Manager](http://redisdesktop.com "Redis Desktop Manager Offical Site")
===================
[![Build Status](https://travis-ci.org/uglide/RedisDesktopManager.png?branch=master)](https://travis-ci.org/uglide/RedisDesktopManager)
Ubuntu: [![Build Status](https://travis-ci.org/uglide/RedisDesktopManager.png?branch=master)](https://travis-ci.org/uglide/RedisDesktopManager)
Mac OS X: [![Build Status](https://travis-ci.org/uglide/RedisDesktopManager.png?branch=osx)](https://travis-ci.org/uglide/RedisDesktopManager)

Open source cross-platform Redis Desktop Manager based on Qt 5


**Supported platforms**

- Windows Xp, Vista, 7, 8
- Windows Xp, Vista, 7, 8
- Mac OS X 10.8, 10.9
- Ubuntu 12 and 13
- Debian 7

Expand All @@ -19,6 +21,10 @@ Open source cross-platform Redis Desktop Manager based on Qt 5
1. Download Windows Installer from [http://redisdesktop.com/download](http://redisdesktop.com/download)
2. Run downloaded installer

### Mac OS X ###
1. Download dmg image from [http://redisdesktop.com/download](http://redisdesktop.com/download)
2. Mount dmg image
3. Run rdm.app

### Ubuntu & Debian ###

Expand All @@ -32,10 +38,11 @@ Open source cross-platform Redis Desktop Manager based on Qt 5

After installation Redis Desktop Manager will be available in main menu.

### Other Linux & Mac OS ###
### Other Linux ###
You can build Redis Desktop Manager from source.

1. Install Qt 5.1.1
1. Install Qt 5.1.1
2. Install openssl 1.0
2. Run:
`./configure && qmake redis-desktop-manager.pro && make`

Expand Down

0 comments on commit 676ee83

Please sign in to comment.