浏览代码

Update README.md

tteckster 3 年之前
父节点
当前提交
4ba675c2c9
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.