summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-20 12:09:13 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-20 15:09:33 +0300
commit4213e1974f9932100bc4cf438dc5ca1e9f99a641 (patch)
treecb94c12b30a072abc100dd549e3a299408c1750b /doc
parentf8089aab79f3e9139f3e23207e9f8ce647c8dc72 (diff)
downloadick-4213e1974f9932100bc4cf438dc5ca1e9f99a641.tar.gz
Rename scenario step to be more truthful
Diffstat (limited to 'doc')
-rw-r--r--doc/040-simple.yarn2
-rw-r--r--doc/900-implements.yarn4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/040-simple.yarn b/doc/040-simple.yarn
index 85922f4..8bd5c15 100644
--- a/doc/040-simple.yarn
+++ b/doc/040-simple.yarn
@@ -16,7 +16,7 @@ First of all, we need to have a project we build. We call the project
FOO. For this example, it can be empty, since we don't actually need
to build anything.
- GIVEN an empty project repository in FOO
+ GIVEN a minimal project repository in FOO
We also need an ick file that specifies the target machine and the
project. We use `localhost` as the target: we can't assume the
diff --git a/doc/900-implements.yarn b/doc/900-implements.yarn
index 327620e..8e278c0 100644
--- a/doc/900-implements.yarn
+++ b/doc/900-implements.yarn
@@ -13,9 +13,9 @@ you can skip this chapter.
## Git repository setup
Set up git repository. We add a dummy README file so that the
-repository has a branch.
+repository has a `master` branch.
- IMPLEMENTS GIVEN an empty project repository in (.+)
+ IMPLEMENTS GIVEN a minimal project repository in (.+)
git init "$DATADIR/$MATCH_1"
cd "$DATADIR/$MATCH_1"
touch README