diff --git a/README.md b/README.md index 061e86b..817dd54 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Here I will install it under /usr/local/bin, in the example with the standalone `wget https://getcomposer.org/installer` -`php composer-setup.php --install-dir=/usr/local/bin --filename=composer` +`php installer --install-dir=/usr/local/bin --filename=composer` Now we can change into our new user, remind to give him shell access in the panel. @@ -296,10 +296,10 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, INDEX, DROP, ALTER, CREATE TEMPORA There is no need to run FLUSH PRIVILEGES when using GRANT! ``` -So, now it offers us the SQL statements to create a new user and database and set permissions. -If were on plain debian, we just can copy and paste (the password is random) this as root into mysql. +So, now it offers us the SQL statements to create a new user and database and set permissions. If were on plain debian, +we just can copy and paste (the password is random) this as root into mysql. -If we're using hte panel, lets create a database and write down the credentials and update config.json. +If we're using the panel, lets create a database and write down the credentials and update config.json. And another call to the console: @@ -420,7 +420,7 @@ We create a new key: ``` $ ./bin/console apikeys:create API key 1 has been generated. Store it in a save place, it cannot be recovered. - 6213acb116613.[truncated]] + 6213acb116613.[truncated] ``` And add it to our list of nameservers: