Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit eb51ef2

Browse files
committed
Updated README.md with package control instructions
1 parent 761fa42 commit eb51ef2

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

README.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
![SQLTools](https://github.com/mtxr/SQLTools/raw/images/icon.png?raw=true) SQLTools
22
===============
33

4-
A swiss knife for SQL in Sublime Text.
4+
Your swiss knife SQL for Sublime Text.
55

66
Project website: [http://mtxr.github.io/SQLTools/](http://mtxr.github.io/SQLTools/)
77

88
## Donate
99

10-
Donate and help SQLTools to become more awesome than ever.
10+
SQLTools was developed with ♥ to save us time during our programming journey. But It also takes me time and efforts to develop SQLTools.
11+
12+
SQLTools will save you (for sure) a lot of time and help you to increase your productivity so, I hope you can donate and help SQLTools to become more awesome than ever.
1113

1214
<span class="badge-paypal"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSMB6DGK238V8" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
1315

1416
## Features
1517

16-
1718
* View table schemas (`CTRL+e, CTRL+d`)
1819
![View table schemas](https://github.com/mtxr/SQLTools/raw/images/table_description.gif?raw=true)
1920
* View Queries history (`CTRL+e, CTRL+h`)
2021
* Show table records (`CTRL+e, CTRL+s`)
2122
![Show table records](https://github.com/mtxr/SQLTools/raw/images/table_records.gif?raw=true)
22-
* Auto complete (PostgreSQL & MySQL)
23+
* Auto complete (for PostgreSQL & MySQL. Looking for help with other SGDBs)
2324
* Run SQL Queries (`CTRL+e, CTRL+e`)
2425
![Auto complete (PostgreSQL & MySQL) && Run SQL Queries](https://github.com/mtxr/SQLTools/raw/images/execute_auto_complete.gif?raw=true)
2526
* Formatting SQL Queries (`CTRL+e, CTRL+b`)
@@ -34,21 +35,27 @@ Donate and help SQLTools to become more awesome than ever.
3435
## Todo
3536

3637
Up coming features:
37-
38-
- [ ] Auto complete for Oracle and Vertica
38+
- [ ] Auto complete for Oracle, Vertica, Firebird and SQLite
3939

4040
## Installing
4141

42-
As long SQLTools is not in the Package Control repository yet (pull request already sent! :D) you can install SQLTools using via sublime in X steps:
42+
### Using Sublime Package Control
4343

44+
If you are using [Sublime Package Control](http://wbond.net/sublime_packages/package_control), you can easily install SQLTools via the `Package Control: Install Package` menu item.
4445

4546
1. Press `CTRL+SHIFT+p`
46-
2. Type *"Add repository"*
47-
3. Paste this url https://github.com/mtxr/SQLTools
48-
4. Press `CTRL+SHIFT+p` again
49-
5. Select *"Install package"*
50-
6. Select *"SQLTools"*
51-
7. Done!
47+
2. Type *"Install Package"*
48+
3. Find SQLTools
49+
4. Wait & Done!
50+
51+
### Download Manually
52+
53+
I strongly recomend you to use Package Control. It helps you to keep the package updated with the last version.
54+
55+
1. Download the files zip file [here](http://mtxr.github.io/SQLTools/)
56+
2. Unzip the files and rename the folder to `SQLTools`
57+
3. Find your `Packages` directory using the menu item `Preferences -> Browse Packages...`
58+
4. Copy the folder into your Sublime Text `Packages` directory
5259

5360

5461
## Configuration

0 commit comments

Comments
 (0)