philippe hace 6 años
padre
commit
5c30aacfdf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md Ver fichero

@@ -102,7 +102,7 @@ If you want your own dedicated instance but do not want to manage it by yourself
102 102
 
103 103
 In case you prefer using Docker:
104 104
 
105
-    docker run -e DATABASE_TYPE=sqlite \
105
+    sudo docker run -e DATABASE_TYPE=sqlite \
106 106
                -p 80:80 -p 3030:3030 -p 5232:5232 \
107 107
                -v /var/tracim/etc:/etc/tracim -v /var/tracim/var:/var/tracim algoo/tracim
108 108
 
@@ -118,7 +118,7 @@ Following the installation documentation below, you'll be able to run your own i
118 118
 
119 119
 You'll need to install the following packages :
120 120
 
121
-    sudo apt install git realpath redis-server \
121
+    sudo apt install git curl realpath redis-server \
122 122
                      python3 python-virtualenv python3-dev python-pip  python-lxml \
123 123
                      build-essential libxml2-dev libxslt1-dev zlib1g-dev libjpeg-dev \
124 124
                      libmagickwand-6.q16-3