Skip to content

Update installation.rst #2978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ If there are any issues, correct them now before moving on.
$ sudo chmod +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs


**2. Using Acl on a system that does not support chmod +a**
**2. Using ACL on a system that does not support chmod +a**

Some systems don't support ``chmod +a``, but do support another utility
called ``setfacl``. You may need to `enable ACL support`_ on your partition
Expand Down