From 3f0ebb46b0d01e938a3f1c4cf0f0e5a3ed62142d Mon Sep 17 00:00:00 2001 From: stamper Date: Sat, 27 Jul 2019 10:06:29 +0200 Subject: [PATCH] future-proof introductory text; bullet points for prereqs --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 952918ad..674ab04e 100644 --- a/index.md +++ b/index.md @@ -9,15 +9,15 @@ Hello! {% comment %} This is a comment in Liquid {% endcomment %} -This guide will introduce you to writing tool wrappers and workflows using the Common Workflow Language (CWL). This guide describes the current stable specification, version 1.0. +This guide will introduce you to writing tool wrappers and workflows using the Common Workflow Language (CWL). This guide describes the stable specification, version 1.0. Updates to the guide for more recent versions are ongoing. Note: This document is a work in progress. Not all features are covered, yet. > ## Prerequisites > -> A text editor +> * A text editor > -> A CWL runner. It is recommended to start with the [reference implementation][cwltool-install]. The full list of CWL runners is on [the project homepage][cwl-runners-list]. +> * A CWL runner. It is recommended to start with the [reference implementation][cwltool-install]. The full list of CWL runners is on [the project homepage][cwl-runners-list]. {: .prereq} [cwl-runners-list]: https://www.commonwl.org/#Implementations