Remove user creation from airtime-celery README, automated in setup

This commit is contained in:
Duncan Sommerville 2015-06-23 15:11:53 -04:00
parent 599354c22f
commit 9bce3e6850
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ Communication and the Celery results backend are both handled with amqp (RabbitM
Installation
============
$ sudo adduser --system --no-create-home --disabled-login --disabled-password --group celery
$ sudo python setup.py install
Each instance of airtime-celery has its own worker, and multiple instances can be run in parallel.