소스 검색

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.