Correct list syntax in readme

This commit is contained in:
Kienan Stewart 2023-02-22 10:31:55 -05:00
parent 3c3acfeff8
commit 7b44ad02db
1 changed files with 4 additions and 4 deletions

View File

@ -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