From a322ffb2f12a9ae623441697c13e8ba6ea2c27fd Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 11 Nov 2024 12:05:03 +0100 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45808a10..ba122c4f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ username@hostname:~$ sudo mount --types cifs --options gid=${USER},password=nopa # Clone the nopaque repository username@hostname:~$ git clone https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git # Create data directories -username@hostname:~$ mkdir volumes/{db,mq} +username@hostname:~$ mkdir -p volumes/{db,mq} username@hostname:~$ cp db.env.tpl db.env username@hostname:~$ cp .env.tpl .env # Fill out the variables within these files.