Changed root shell prompt line to use a #

This commit is contained in:
Joseph Nix 2018-10-13 16:13:23 -05:00 committed by GitHub
parent ab3a96f1f9
commit 0bbe6380d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Once you have those installed and have made sure that they are on your `PATH`, y
get Lektor installed with our installation script: get Lektor installed with our installation script:
``` ```
$ curl -sf https://www.getlektor.com/install.sh | sh # curl -sf https://www.getlektor.com/install.sh | sh
``` ```
If you are not logged in as superuser, instead you should try this: If you are not logged in as superuser, instead you should try this:
``` ```