From 17432a0c8670e06034c6fb80928c4c4dc7853a0c Mon Sep 17 00:00:00 2001 From: Alard Date: Sun, 21 Apr 2013 16:59:42 +0200 Subject: [PATCH] Add to running instructions. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d97f27..59ef834 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,12 @@ Create a configuration file called `config.sh` and place it in the directory whe Running ------- -In `screen`, `tmux` or something similar, run the scripts: +Run the scripts in `screen`, `tmux` or something similar. `touch RUN` before you start the scripts. Use `rm RUN` to stop gracefully. `./chunk-multiple` (run exactly one) `./pack-multiple` (you may run more than one) `./upload-multiple` (you may run more than one) -`touch RUN` before you start the scripts. Use `rm RUN` to stop gracefully. - Recovering from errors ----------------------