From a1f8f267d248eed50b4ddaf60415b28e41e9c16b Mon Sep 17 00:00:00 2001 From: Jakob Moser <moser@cl.uni-heidelberg.de> Date: Tue, 8 Mar 2022 13:31:16 +0100 Subject: [PATCH] Add language type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee37023..3aa49ac 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To parse a sentence using xle-docker, you need three things: Then, you have to execute the following command: -``` +```bash sudo docker run -it \ --mount type=bind,source=/home/mustermann/grammatik.lfg,target=/grammar.lfg \ --mount type=bind,source=/home/mustermann/parses,target=/output \ -- GitLab