Bladeren bron

Update README.md

tteckster 3 jaren geleden
bovenliggende
commit
4ba675c2c9
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -663,11 +663,11 @@ passwd postgres
 ```
 Login using Postgres system account
  
-```
+```yaml
 su - postgres
 ```
 Now, change the Admin database password 
-```
+```yaml
 psql -c "ALTER USER postgres WITH PASSWORD 'your-password';"
 ```
 Create a new user.