Skip to content

Commit

Permalink
Fix chmod in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-rowe committed Jul 8, 2015
1 parent 1ca7d1c commit f2acce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This is in a PGP secret keyring stored exactly here: `/var/brit/matcher/gpg/secr

You will need to open up the permissions on the folders in `/var/brit` and its subdirectories using:

sudo chmod a+wx -R /var/brit
sudo chmod -R a+wx /var/brit

To get a developer environment up and running just copy these values from `src/test/resources/matcher` into the
external location.
Expand Down

0 comments on commit f2acce0

Please sign in to comment.