From 7b44ad02db6601e25589cdf4a517ee24c23b16b5 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Wed, 22 Feb 2023 10:31:55 -0500 Subject: [PATCH] Correct list syntax in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 096efcf..3e40022 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Note: the image is quite large since mnemosyne (by default) requires much of Qt5 Usage: - # Start with `podman-compose up` - # Generate a password, eg. `echo 'password' | argon2 saltsalt -e` - # Once started, add the following to the config.py file in the data volume: + * Start with `podman-compose up` + * Generate a password, eg. `echo 'password' | argon2 saltsalt -e` + * Once started, add the following to the config.py file in the data volume: ``` remote_access_username = "user" remote_access_password = "passwordhash" remote_access_password_algo = "argon2" ``` - # Restart the container + * Restart the container