diff --git a/README.md b/README.md index acebe5f..a05ea92 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ sudo find /var/www/wp/html/ -type f -exec chmod 640 {} \; Fix details laters ```sh curl -s https://api.wordpress.org/secret-key/1.1/salt/ -sudo nano /var/www/shop/wp-config.php +sudo nano /var/www/wp/html/wp-config.php define('FS_METHOD', 'direct'); ```