branch: externals/sql-indent
commit fa2c819b6d704434032b615d5c2a91267fc53751
Author: Alex Harsanyi <[email protected]>
Commit: Alex Harsanyi <[email protected]>

    updated README file
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 5f81dbe..897b5d5 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
 # emacs-sql-indent
 Smart indentation for SQL files inside Emacs
+
+To use this mode, byte compile this file, than add the following to your
+~/.emacs.el:
+
+    (require 'sql-indent)
+    (add-hook 'sql-mode-hook 'sqlind-setup)
+
+To adjust the indentation, see `sqlind-basic-offset` and
+`sqlind-indentation-offsets-alist` variables.

Reply via email to