浏览代码

Update README.md

tteckster 3 年之前
父节点
当前提交
77ce1f8e31
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -302,6 +302,13 @@ Now restart Mosquitto server.
 sudo systemctl restart mosquitto
 ```
 
+⚙️ **To Update MQTT:**
+
+Run from the LXC console
+```yaml
+apt update && apt upgrade -y
+```
+
 ____________________________________________________________________________________________ 
  
 </details>
@@ -442,6 +449,12 @@ Change the recorder: `db_url:` in your HA configuration.yaml
  
 Example: `mysql://admin:password@192.168.100.26:3306/homeassistant?charset=utf8mb4`
  
+⚙️ **To Update Mariadb:**
+
+Run from the LXC console
+```yaml
+apt update && apt upgrade -y
+```
 ____________________________________________________________________________________________ 
 
 </details>