Clean up typography

This commit is contained in:
x4u 2023-10-24 23:48:50 +00:00
parent 86cf52dbff
commit ff959e2ccc

View file

@ -81,10 +81,10 @@ you to make sure that the file permissions are correctly set up.
You can use this command to create a Conduit user:
```bash
#Debian
# Debian
$ sudo adduser --system conduit --group --disabled-login --no-create-home
#RHEL
# RHEL
$ sudo adduser --system conduit -s /sbin/nologin
```