瀏覽代碼

minor fixes

Damien ACCORSI 11 年之前
父節點
當前提交
9267616f8b
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

+ 3 - 1
README.md 查看文件

124
 Get the sources from Bitbucket:
124
 Get the sources from Bitbucket:
125
 
125
 
126
     git clone https://bitbucket.org/lebouquetin/tracim.git
126
     git clone https://bitbucket.org/lebouquetin/tracim.git
127
+    cd tracim/
127
 
128
 
128
 *Note: Now everything is documented to be executed from the tracim directory newly created.*
129
 *Note: Now everything is documented to be executed from the tracim directory newly created.*
129
 
130
 
131
+
130
 ### Setting-up python virtualenv ###
132
 ### Setting-up python virtualenv ###
131
 
133
 
132
 _Reminder : Tracim is developped and tested using python3._
134
 _Reminder : Tracim is developped and tested using python3._
180
 
182
 
181
     ./bin/pgtool create_user tracimuser tracimpassword
183
     ./bin/pgtool create_user tracimuser tracimpassword
182
     ./bin/pgtool create_database tracimdb
184
     ./bin/pgtool create_database tracimdb
183
-    ./bin/pgtool grant_all_priviles tracimdb tracimuser
185
+    ./bin/pgtool grant_all_privileges tracimdb tracimuser
184
 
186
 
185
 Notes :
187
 Notes :
186
 
188