Added line breaks in long 'code' section comments

master
Aaron Johnon 4 years ago
parent ff1bf6d7e6
commit 7ff8c35d9a

@ -13,8 +13,12 @@ Not very easily with this early version, but that will be a thing later on.
First, set up your Postgres DB that you intend to use. I recommend using UNICODE in case a player character insists on using diacritics, or of course, if your native language requires it. I use these options:
```sh
# Yes, I know some of these options are redundant, but I never remember which ones, it doesn't hurt, and DERPA is easy to remember.
# Please note that your DB password, like is often required, will be stored as plain text in the configuration file. DO NOT RE-USE YOUR PASSWORDS, especially here.
# Yes, I know some of these options are redundant, but I never
# remember which ones, it doesn't hurt, and DERPA is easy to remember.
# Please note that your DB password, like is often required, will be
# stored as plain text in the configuration file.
#### DO NOT RE-USE YOUR PASSWORDS, especially here. ####
createuser -DERPA [your_user]
createdb -E UNICODE -O [your_user] dnd_bank
```

Loading…
Cancel
Save