diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-07-08 12:48:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-08 12:48:54 +0000 |
| commit | db3da1cdba21b8be10a98118ae7a8db9146f60ae (patch) | |
| tree | aeb2fac9cc07169ef6ce9f2facd8272c4bb008e0 /content/pleroma.md | |
| parent | 09bf01a0d2e911fed4dc5aa12d6534ef0c6888a6 (diff) | |
| parent | b90df1a9c3d1f58f1bc31bb39c6c349611692061 (diff) | |
Merge pull request #211 from i-c-u-p/md-kbd-tag
(.md files) put keyboard shortcuts in <kbd> tag
Diffstat (limited to 'content/pleroma.md')
| -rw-r--r-- | content/pleroma.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/pleroma.md b/content/pleroma.md index 78aab03..9714e3b 100644 --- a/content/pleroma.md +++ b/content/pleroma.md @@ -90,7 +90,7 @@ rm /tmp/pleroma.zip ``` We need to briefly return to the root user so we can run the following -command (via the postgres user) to set up the database. Type `ctrl-d` or +command (via the postgres user) to set up the database. Type <kbd>ctrl-d</kbd> or run `exit` to return to the root user, then run: ```sh |
