diff --git a/docs/getstarted.md b/docs/getstarted.md index 0501317e81..2b182f28c4 100644 --- a/docs/getstarted.md +++ b/docs/getstarted.md @@ -6,7 +6,7 @@ ## Requirements -Nextflow can be used on any POSIX compatible system (Linux, OS X, etc). It requires Bash 3.2 (or later) and [Java 11 (or later, up to 21)](http://www.oracle.com/technetwork/java/javase/downloads/index.html) to be installed. +Nextflow can be used on any POSIX compatible system (Linux, macOS, etc). It requires Bash 3.2 (or later) and [Java 11 (or later, up to 21)](http://www.oracle.com/technetwork/java/javase/downloads/index.html) to be installed. For the execution in a cluster of computers, the use of a shared file system is required to allow the sharing of tasks input/output files.