diff --git a/docs/topics/celery.rst b/docs/topics/celery.rst index 55b102ad6e..1e811ca87f 100644 --- a/docs/topics/celery.rst +++ b/docs/topics/celery.rst @@ -39,7 +39,10 @@ Then run the following commands: :: # Set your host up so it's semi-permanent sudo scutil --set HostName $HOSTNAME - cat 127.0.0.1 $HOSTNAME | sudo tee -a /etc/hosts + + # Update your hosts by either: + # 1) Manually editing /etc/hosts + # 2) `echo 127.0.0.1 $HOSTNAME >> /etc/hosts` # RabbitMQ insists on writing to /var sudo rabbitmq-server -detached