Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 8e16d53

Browse files
committed
upd tree docs
1 parent 4605003 commit 8e16d53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ LiteCoreカーネルでは以下のようなファイルツリーを想定して
6666
├─ apps/ # アプリケーション群
6767
├─ boot/ # ブートローダ関連ファイル
6868
├─ kernel/ # カーネルバイナリおよび関連ファイル
69-
├─ users/ # ユーザーデータ(Linuxのホームディレクトリ相当)
69+
├─ home/ # ユーザーデータ(Linuxのホームディレクトリ相当)
7070
└─ data/ # その他データファイル群(設定ファイルなど)
7171
```
7272
<!--
7373
/
7474
apps/
7575
boot/
7676
kernel/
77-
user/
77+
home/
7878
data/
7979
-->
8080

0 commit comments

Comments
 (0)