diff --git a/README.md b/README.md index c7145cb8c..873fabcc5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ To parallelize, say, `./evaluation/intro/hello-world.sh` with parallelization de Run `./pa.sh --help` to get more information about the available commands. Jump to [docs/tutorial](docs/tutorial/) for a longer tutorial. +### Compatibility + +PaSh currently aims for compatibility with bash, and runs scripts on it. + +However, PaSh's parser is POSIX compliant and therefore it only supports scripts that have POSIX-compliant syntax. + ## Installation On Ubuntu, Fedora, Debian, or Arch, run `curl up.pash.ndr.md | sh` to set up PaSh.