diff --git a/README.md b/README.md index e87e559..33c3822 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ dune exec rat -- Run with `--help` to print the help message. If there are no arguments, the command runs the interactive interpreter. +To run `rat` inside Docker: + +``` bash +# Build (you just need to do this once +docker build . -t rat:latest + +# Example of running rat with arguments +docker run rat:latest rat --regex '(a|a)*b' +``` + ## Example Analysis Assume we have `rat` installed on the machine.