Skip to content

Commit fccadc1

Browse files
author
Marcel Neumann
committed
fix syntax
1 parent 5cc3dd9 commit fccadc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This documentation describes the process of bootstrapping the vocabulary server.
3131
The vocabulary server requires Java 17, the systemd service assumes that Java 17 is the system default.
3232

3333
For the above three points, under Ubuntu:
34-
``bash
34+
```bash
3535
export VOC_PORT=8081
3636
export VOC_TOKEN=$(</dev/urandom tr -dc '[:alnum:]' | head -c17)
3737
export VOC_PATH=/opt/digiverso/vocabulary

0 commit comments

Comments
 (0)