Skip to content

Commit 94d458e

Browse files
IronCore864steinliber
authored andcommitted
docs: udpate quickstart with 2 gifs
Signed-off-by: Tiexin Guo <[email protected]>
1 parent 5735f59 commit 94d458e

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

docs/quickstart.md

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ In your working directory, run:
1515
sh -c "$(curl -fsSL https://download.devstream.io/download.sh)"
1616
```
1717

18+
<script id="asciicast-TqB17iqGyksHVKOMNVDqSqgQn" src="https://asciinema.org/a/TqB17iqGyksHVKOMNVDqSqgQn.js" async></script>
19+
1820
!!! note "Note"
19-
the command above does the following:
21+
The command above does the following:
2022

2123
- find out your OS and chip architecture
2224
- find the latest version of the `dtm` binary
@@ -66,6 +68,8 @@ Then we run the following commands to update our config file with those env vars
6668
sed -i "s@YOUR_DOCKER_USERNAME@${DOCKERHUB_USERNAME}@g" config.yaml
6769
```
6870

71+
<script id="asciicast-4yp3VlJZ3WsPbuVwlh6GsXTJI" src="https://asciinema.org/a/4yp3VlJZ3WsPbuVwlh6GsXTJI.js" async></script>
72+
6973
---
7074

7175
## 3 Init
@@ -76,30 +80,7 @@ Run:
7680
./dtm init -f config.yaml
7781
```
7882

79-
!!! success "You should see some output similar to the following"
80-
```text title=""
81-
2022-12-12 11:40:34 ℹ [INFO] Using dir </Users/stein/.devstream/plugins> to store plugins.
82-
2022-12-12 11:40:34 ℹ [INFO] -------------------- [ repo-scaffolding-darwin-arm64_0.10.2 ] --------------------
83-
2022-12-12 11:40:35 ℹ [INFO] Downloading: [repo-scaffolding-darwin-arm64_0.10.2.so] ...
84-
87.75 MiB / 87.75 MiB [================================] 100.00% 7.16 MiB/s 12s
85-
2022-12-12 11:40:47 ✔ [SUCCESS] [repo-scaffolding-darwin-arm64_0.10.2.so] download succeeded.
86-
2022-12-12 11:40:48 ℹ [INFO] Downloading: [repo-scaffolding-darwin-arm64_0.10.2.md5] ...
87-
33 B / 33 B [=========================================] 100.00% 115.84 KiB/s 0s
88-
2022-12-12 11:40:48 ✔ [SUCCESS] [repo-scaffolding-darwin-arm64_0.10.2.md5] download succeeded.
89-
2022-12-12 11:40:48 ℹ [INFO] Initialize [repo-scaffolding-darwin-arm64_0.10.2] finished.
90-
2022-12-12 11:40:48 ℹ [INFO] -------------------- [ repo-scaffolding-darwin-arm64_0.10.2 ] --------------------
91-
92-
2022-12-12 11:40:48 ℹ [INFO] -------------------- [ github-actions-darwin-arm64_0.10.2 ] --------------------
93-
2022-12-12 11:40:48 ℹ [INFO] Downloading: [github-actions-darwin-arm64_0.10.2.so] ...
94-
90.27 MiB / 90.27 MiB [================================] 100.00% 10.88 MiB/s 8s
95-
2022-12-12 11:40:57 ✔ [SUCCESS] [github-actions-darwin-arm64_0.10.2.so] download succeeded.
96-
2022-12-12 11:40:57 ℹ [INFO] Downloading: [github-actions-darwin-arm64_0.10.2.md5] ...
97-
33 B / 33 B [=========================================] 100.00% 145.46 KiB/s 0s
98-
2022-12-12 11:40:57 ✔ [SUCCESS] [github-actions-darwin-arm64_0.10.2.md5] download succeeded.
99-
2022-12-12 11:40:57 ℹ [INFO] Initialize [github-actions-darwin-arm64_0.10.2] finished.
100-
2022-12-12 11:40:57 ℹ [INFO] -------------------- [ github-actions-darwin-arm64_0.10.2 ] --------------------
101-
2022-12-12 11:40:57 ✔ [SUCCESS] Initialize finished.
102-
```
83+
<script id="asciicast-p3Uq9NuC5R53gRrUYmd6aMMRx" src="https://asciinema.org/a/p3Uq9NuC5R53gRrUYmd6aMMRx.js" async></script>
10384

10485
---
10586

0 commit comments

Comments
 (0)