summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-05 11:54:33 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-05 11:54:33 +0000
commit2d9e4a7f8ccb4578495a067f82cb6e281047c169 (patch)
tree4300f7b7ce8145717ed8fba33efe43c4ae051aec /README.txt
parent185de1159231659d85b2ed4f18298176da51f666 (diff)
Added few more words
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@285 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index d9c9d91e..646021e7 100644
--- a/README.txt
+++ b/README.txt
@@ -3,3 +3,9 @@ COPYING in this directory. For alternative licensing, please contact the
copyright holder.
See INSTALL.txt for compiling.
+
+IMPORTANT:
+You need to set your editor settings to tab=8 and indent=4. For example,
+with vim, you can do this with:
+ :se ts=8
+ :se sts=4