diff options
author | Matt Langtree <matt@northofthree.com> | 2013-11-09 01:30:55 -0800 |
---|---|---|
committer | Matt Langtree <matt@northofthree.com> | 2013-11-09 01:30:55 -0800 |
commit | b40301b4488f9e42be5a1d08cc53c109debfa2fc (patch) | |
tree | 084f25c2f5bec56a0fcaa59f8df7672ee836ed5a /readme.md | |
parent | a503dd832c5d323919bf1abd4125dec7db1b17ea (diff) | |
parent | 81d4d2e2104147529c0e6239f6992523c03506a7 (diff) | |
download | sequelpro-b40301b4488f9e42be5a1d08cc53c109debfa2fc.tar.gz sequelpro-b40301b4488f9e42be5a1d08cc53c109debfa2fc.tar.bz2 sequelpro-b40301b4488f9e42be5a1d08cc53c109debfa2fc.zip |
Merge pull request #1847 from abhibeckert/master
Markdown readme file and gitignore
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 00000000..a8a7ca81 --- /dev/null +++ b/readme.md @@ -0,0 +1,19 @@ +Sequel Pro <img alt="Logo" src="http://www.sequelpro.com/blog/wp-content/uploads/2013/01/sequel-pro-1.0.png" align="right" height="50"> +========== + +Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases. + +You can find more details on our website: [sequelpro.com](http://sequelpro.com) + +![Screenshot](http://www.sequelpro.com/assets/images/NewAdvancedFilter.jpg) + +Build Instructions +================== + + * Install the [latest version of Xcode](https://itunes.apple.com/au/app/xcode/id497799835) + * Install [Github for Mac](http://mac.github.com) + * Click "Clone in Desktop" on the right sidebar of our [github page](https://github.com/sequelpro/sequelpro) + * Open `sequel-pro.xcodeproj` + * Click the `Run` button in the toolbar + * If the above doesn't work, please file a [bug report](https://github.com/sequelpro/sequelpro/issues/new) + |