Skip to content

Commit 9059c3c

Browse files
author
Toby Hodges
committed
added introductory message and prerequisites to index/landing page
1 parent 747a60d commit 9059c3c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

index.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22
layout: lesson
33
root: .
44
---
5-
FIXME: home page introduction
5+
Hello!
6+
7+
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.
8+
9+
Note: This document is a work in progress. Not all features are covered, yet.
610

711
> ## Prerequisites
812
>
9-
> FIXME
13+
> A text editor
14+
>
15+
> A CWL runner e.g. the [reference implementation](cwltool-repo) (see [the project homepage](cwl-home) for a full list)
1016
{: .prereq}
17+
18+
[cwl-home]: http://www.commonwl.org
19+
[cwltool-repo]: https://github.com/common-workflow-language/cwltool

0 commit comments

Comments
 (0)