From 868bc44a4e371825daee64a6039c27b254d6dc89 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:04:58 -0400 Subject: [PATCH] update readme --- README.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index 1415e3f..0981692 100644 --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,7 @@ format. ## RUNNING -`foreman start` is used to run your application directly from the command line. +`foreman start` is used to run your application directly from the command line. If no additional parameters are passed, foreman will run one instance of each type of process defined in your Procfile. @@ -42,7 +42,7 @@ The following options control how the application is run: * `-a`, `--app`: Use this name rather than the application's root directory name as the name of the application when exporting. - + * `-c`, `--concurrency`: Specify the number of each process type to run. The value passed in should be in the format `process=num,process=num`. @@ -60,15 +60,15 @@ These options control all modes of foreman's operation. Start one instance of each process type, interleave the output on stdout: - `$ foreman start` + $ foreman start Export the application in upstart format: - `$ foreman export upstart /etc/init` - + $ foreman export upstart /etc/init + Run one process type from the application defined in a specific Procfile: - `$ foreman start alpha -p ~/app/Procfile` + $ foreman start alpha -p ~/app/Procfile ## COPYRIGHT