Browse Source

minor fixes

Damien ACCORSI 10 years ago
parent
commit
9267616f8b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md View File

@@ -124,9 +124,11 @@ If you work on a local database, then you also need to install PostgreSQL:
124 124
 Get the sources from Bitbucket:
125 125
 
126 126
     git clone https://bitbucket.org/lebouquetin/tracim.git
127
+    cd tracim/
127 128
 
128 129
 *Note: Now everything is documented to be executed from the tracim directory newly created.*
129 130
 
131
+
130 132
 ### Setting-up python virtualenv ###
131 133
 
132 134
 _Reminder : Tracim is developped and tested using python3._
@@ -180,7 +182,7 @@ login as *postgres* user and run the follwoing commands (which are self explanat
180 182
 
181 183
     ./bin/pgtool create_user tracimuser tracimpassword
182 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 187
 Notes :
186 188