From 24d45055077911fb92aaa67762d442af44d20403 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Mon, 26 Sep 2016 10:34:48 +0200 Subject: [PATCH] maint: Update README. * README: Slightly change wording. Signed-off-by: Mathieu Lirzin --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index de58fd4..41cca7c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Cuirass is continuous integration system using GNU Guix. It is -intended as replacement for Hydra. +Cuirass is a continuous integration tool using GNU Guix. It is intended as a +replacement for Hydra. Requirements ============ @@ -32,9 +32,9 @@ This will read the file "tests/hello-singleton.scm" which contains a list of specifications and add them to the database "test.db" which is created if it doesn't already exist. -cuirass then loops evaluating/building the specs. The database keeps track of -the specifications in order to allow users to accumulate specifications. To -resume the evaluation/build process you can execute the same command without -the specifications option: +'cuirass' then loops evaluating/building the specs. The database keeps track +of the specifications in order to allow users to accumulate specifications. +To resume the evaluation/build process you can execute the same command +without the '--specifications' option: ./pre-inst-env cuirass --database=test.db