diff --git a/README.md b/README.md index 447f208..cc1bb53 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,9 @@ When registering your runner, it is important that you specify the `latex` tag ( Technically, you could also use some other tag, but this is the one the author chose for this template. You will also have to provide the name of the docker container you intend to run your LaTeX in, so this will be (following above examples) `aergus/dockerfiles` or `kesslermaximilian/dockerfiles`. +# Windoof +As you might have noticed, The template script is written in bash and thus not (trivially) portable to Windows. The author does not care about that and sees little reason to do anything about it. + # Thanks The author thanks Josia Pietsch for help with setting up and testing this template. The author also thanks StackOverflow, because he actually has no clue about `bash`.