update readme

This commit is contained in:
Yuan Chiu 2025-05-02 18:33:47 +08:00
parent 26d026c21c
commit fc9ae546dd

View File

@ -24,8 +24,7 @@ Yuan dotfile 自用環境設定檔
目前已經測試過確定可用的環境組合與主要用途如下: 目前已經測試過確定可用的環境組合與主要用途如下:
* macOS 15 Sequoia -主要桌面電腦工作開發用 -2025/5/2 測試過 * macOS 15 Sequoia -主要桌面電腦工作開發用 -2025/5/2 測試過
* Manjaro Linux -主要桌面電腦工作開發用 -2025/5/2 測試過 * Manjaro Linux -主要桌面電腦工作開發用 -2025/5/2 測試過
* Debian -伺服器主機與Container執行環境用 * Debian (無GUI) -伺服器主機與Container執行環境用 -2025/5/2 測試過
* Debian 無Root模式
* Manjaro Linux (無GUI) - 2025/5/2 測試過 * Manjaro Linux (無GUI) - 2025/5/2 測試過
* Arch Linux (無GUI) -2025/5/2 測試過 * Arch Linux (無GUI) -2025/5/2 測試過
@ -38,7 +37,7 @@ Yuan dotfile 自用環境設定檔
#### 安裝主dotfiles包 #### 安裝主dotfiles包
<details> <details>
<summary>PS. 若是用Debian Slim 精簡版作業系統,要先安裝 curl</summary> <summary>PS. 若是用Debian Slim 精簡版作業系統,要先安裝 curl</summary>
``` ```
apt update && apt install curl -y apt update && apt install curl -y
``` ```