Skip to content

Commit

Permalink
docs: Update install-deps output
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 19, 2024
1 parent bbc8cc8 commit 40c2d87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions docs/content/Getting-Started/Quick-Start/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,11 @@ $ eask install-deps
You should see Eask executed correctly with the similar output below:

```
Loading package information... done
Loading package information... done
Installing 2 package dependencies...
- Installing f (20220405.1534)... done
- Installing ht (20210119.741)... done
- [1/2] Installing f (20241003.1131)... done ✓
- [2/2] Installing ht (20230703.558)... done ✓
(Total of 2 dependencies installed, 0 skipped)
```
Expand Down
7 changes: 4 additions & 3 deletions docs/content/Getting-Started/Quick-Start/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,11 @@ $ eask install-deps
您應該會看到 Eask 正確執行,輸出類似如下:

```
Loading package information... done
Loading package information... done
Installing 2 package dependencies...
- Installing f (20220405.1534)... done
- Installing ht (20210119.741)... done
- [1/2] Installing f (20241003.1131)... done ✓
- [2/2] Installing ht (20230703.558)... done ✓
(Total of 2 dependencies installed, 0 skipped)
```
Expand Down

0 comments on commit 40c2d87

Please sign in to comment.