diff --git a/README.md b/README.md index 9cd565f..ed2e78a 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Configuration --------------------- * OPENSHIFT_CELERY_CONFIG - This is the name of your config file, which by default is $OPENSHIFT_CELERY_DIR/conf.d/celeryconfig.py but you can copy this to $OPENSHIFT_DATA_DIR/config/celeryconfig.py and edit your own copy. + This is the name of your config file, which by default is `$OPENSHIFT_CELERY_DIR/conf.d/celeryconfig.py` but you can copy this to `$OPENSHIFT_DATA_DIR/config/celeryconfig.py` and edit your own copy. To install --------------------- - rhc cartridge-add https://raw.github.com/wassname/openshift-celery-cartridge/master/metadata/manifest.yml -a "appname" + rhc cartridge-add https://raw.github.com/wassname/openshift-celery-cartridge/master/metadata/manifest.yml -a `` Any log output will be generated to ${OPENSHIFT_HOMEDIR}logs/celery_log.txt and will be viewable with the rhc tail "appname" command