From 906da01c38c2e5be1b7249074d01081d2c99a8a4 Mon Sep 17 00:00:00 2001 From: Alex Dergachev Date: Wed, 3 Dec 2014 17:18:59 -0500 Subject: [PATCH] README: fix formatting --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 546ebc9..6937f18 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,7 @@ Some extra tips: [dedicated account for redmine](https://developer.github.com/guides/managing-deploy-keys/#machine-users) and installing the keys there. * On Ubuntu, the `www-data` user's $HOME is `/var/www`, and by default it's owned by root. - That means you might have to do this before installing Redmine: - mkdir /var/www/.ssh - chown www-data:www-data /var/www/.ssh + That means you might have to do this before installing Redmine: `sudo mkdir /var/www/.ssh; sudo chown www-data:www-data /var/www/.ssh` ## Usage