Batch language ticks

This commit is contained in:
Kiran Shila
2022-04-24 12:56:38 -07:00
parent 20353dc952
commit 2e4356ce61

View File

@@ -135,7 +135,7 @@ Then, as root:
The most obvious way to run the bare JAR on windows is to setup a batch file
with something like
```batchfile
```batch
@ECHO OFF
start java -jar Doplarr.jar -Dconfig=config.edn
```