Skip to content

Commit

Permalink
Merge pull request #44 from herlo/patch-2
Browse files Browse the repository at this point in the history
remove owner.group from chmod command
  • Loading branch information
atoponce committed Jan 3, 2015
2 parents 2e5b2a0 + c3399c0 commit 5acad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Now make a directory under your web root to clone the Git repository:
# git clone https://github.com/atoponce/d-note.git /var/www/dnote
# mkdir /var/www/dnote/data/
# chown root.www-data /var/www/dnote/data
# chmod g+w,o= root.www-data /var/www/dnote/data
# chmod g+w,o= /var/www/dnote/data

Configuration
-------------
Expand Down

0 comments on commit 5acad9e

Please sign in to comment.