www: specify that the installation command should be run as normal user

Fixes #112
This commit is contained in:
2019-08-15 11:17:38 +08:00
parent ad91509d28
commit e23f2a84a6
2 changed files with 18 additions and 12 deletions

View File

@@ -119,6 +119,7 @@ hr {
margin-right: auto;
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 1rem;
text-align: center;
border-radius: 3px;
box-shadow: inset 0px 0px 20px 0px #333333;
@@ -160,3 +161,8 @@ hr {
margin-right: auto;
padding: 1em;
}
.ghcup-command:before {
color: #999;
content: " $ ";
}