Permalink
Browse files

README updated

  • Loading branch information...
1 parent 20b9538 commit 10eff36a8352449e008d2f97195fc0b1ef4b7f4f @wang502 committed May 11, 2016
Showing with 4 additions and 1 deletion.
  1. +4 −1 README.md
  2. BIN SlackBot.jpg
  3. BIN select_update.gif
View
@@ -1,3 +1,6 @@
+#Slack-SQL
+![screenshot](http://g.recordit.co/bpXw88G5hz.gif)
+
## Install PostSQL for python library
The query execution is based on PostgreSQL's python library -- [PyGreSQL](http://www.pygresql.org/), it needs to be installed on the server first.
@@ -21,7 +24,7 @@ The query execution is based on PostgreSQL's python library -- [PyGreSQL](http:/
```python
db = DB(dbname='',host='',port= ,user='',passwd='')
```
-3. Deploy this to server
+3. Deploy this to server(For example, Heroku)
4. Add this integration to your Slack
5. All set!
View
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10eff36

Please sign in to comment.