Updated [EN] Website Installation (markdown)

Wruczek
2019-02-02 15:43:09 +01:00
parent 75b9217002
commit 74fe1b96d4
+1 -1
@@ -58,7 +58,7 @@ sudo apt-get install php-mbstring php-curl
Create a database: Create a database:
``` ```
sudo mysql sudo mysql
CREATE DATABASE ts-website; CREATE DATABASE tswebsite;
exit exit
``` ```