The README.txt provides a great getting started guide, but chown
username -R path is invalid syntax on *BSD based (including OSX)
operating systems.

the example command should be:
   sudo chown -R `whoami` /var/cassandra

Atttached patch fixes it :)

Thanks,

Paul

Reply via email to