Skip to content

Commit

Permalink
docs: 修改方框
Browse files Browse the repository at this point in the history
Signed-off-by: YdrMaster <[email protected]>
  • Loading branch information
YdrMaster committed Sep 10, 2022
1 parent 38ff054 commit b14a0df
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,28 @@
---

```text
------------┐ ┌-------------┐ ┌-------------
────────────┐ ┌─────────────┐ ┌─────────────
| update-all | | check-style | | zircon-init |
------------┘ └-------------┘ └-------------
-----┐ ┌------┐ ┌-----┐ ┌-------------┐ ┌-----------------
| asm | | qemu |->| bin | | linux-libos | | libos-libc-test |
-----┘ └------┘ └-----┘ └-------------┘ └-----------------
| └---┐┌-----┘ ┌-----------
↓ ↓↓ ┌--| libc-test |
-------┐ ┌--------┐<-┘ └-----------
| image |------->| rootfs |<-┐ ┌------------
-------┘ └--------┘ └-| other-test |
--------┐ ↑ └------------
| opencv |---->┌-----------
--------┘ ┌->| musl-libc |
--------┐ | └-----------
| ffmpeg |--
--------
────────────┘ └─────────────┘ └─────────────
─────┐ ┌──────┐ ┌─────┐ ┌─────────────┐ ┌─────────────────
| asm | | qemu |─→| bin | | linux-libos | | libos-libc-test |
─────┘ └──────┘ └─────┘ └─────────────┘ └─────────────────
| └───┐┌─────┘ ┌───────────
↓ ↓↓ ┌──| libc-test |
───────┐ ┌────────┐←─┘ └───────────
| image |───────→| rootfs |←─┐ ┌────────────
───────┘ └────────┘ └| other-test |
────────┐ ↑ └────────────
| opencv |────→┌───────────
────────┘ ┌─→| musl-libc |
────────┐ | └───────────
| ffmpeg |──
────────
-------------------------------------------------------------------
图例:A 递归执行 B(A 依赖 B 的结果,执行 A 时自动先执行 B)
---┐ ┌---
| A |->| B |
---┘ └---
───┐ ┌───
| A |─→| B |
───┘ └───
```

### 命令参考
Expand Down
38 changes: 19 additions & 19 deletions docs/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@ The effects of many commands are affected by the repo environment and will also
---

```text
------------┐ ┌-------------┐ ┌-------------
────────────┐ ┌─────────────┐ ┌─────────────
| update-all | | check-style | | zircon-init |
------------┘ └-------------┘ └-------------
-----┐ ┌------┐ ┌-----┐ ┌-------------┐ ┌-----------------
| asm | | qemu |->| bin | | linux-libos | | libos-libc-test |
-----┘ └------┘ └-----┘ └-------------┘ └-----------------
| └---┐┌-----┘ ┌-----------
↓ ↓↓ ┌--| libc-test |
-------┐ ┌--------┐<-┘ └-----------
| image |------->| rootfs |<-┐ ┌------------
-------┘ └--------┘ └-| other-test |
--------┐ ↑ └------------
| opencv |---->┌-----------
--------┘ ┌->| musl-libc |
--------┐ | └-----------
| ffmpeg |--
--------
────────────┘ └─────────────┘ └─────────────
─────┐ ┌──────┐ ┌─────┐ ┌─────────────┐ ┌─────────────────
| asm | | qemu |─→| bin | | linux-libos | | libos-libc-test |
─────┘ └──────┘ └─────┘ └─────────────┘ └─────────────────
| └───┐┌─────┘ ┌───────────
↓ ↓↓ ┌──| libc-test |
───────┐ ┌────────┐←─┘ └───────────
| image |───────→| rootfs |←─┐ ┌────────────
───────┘ └────────┘ └| other-test |
────────┐ ↑ └────────────
| opencv |────→┌───────────
────────┘ ┌─→| musl-libc |
────────┐ | └───────────
| ffmpeg |──
────────
-------------------------------------------------------------------
Example:`A` recursively executing `B` (`A` depends on the results of `B`, and `B` is executed before `A` automatically)
---┐ ┌---
| A |->| B |
---┘ └---
───┐ ┌───
| A |─→| B |
───┘ └───
```

### Commands reference
Expand Down

0 comments on commit b14a0df

Please sign in to comment.