From b72d487107cd7af87cb289fd33e427074cda8a6a Mon Sep 17 00:00:00 2001 From: Fabio Woxxy Date: Sat, 17 Sep 2011 16:26:06 +0200 Subject: [PATCH] fixing readme formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51709ba..fc836a8 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ Setup 4. Configure s3cmd to work with your account - s3cmd --configure + s3cmd --configure 5. Make a bucket - s3cmd mb s3://my-database-backups + s3cmd mb s3://my-database-backups 6. Put the mysqltos3.sh file somewhere in your server, like `/home/youruser` 7. Give the file 755 permissions `chown 755 /home/youruser/mysqltos3.sh` or via FTP