You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Quick Start
2
2
3
-
In this quickstart, we will do the following automatically with DevStream:
3
+
In this quickstart, you will do the following automatically with DevStream:
4
4
5
-
- create a GitHub repository with automatically generated code for a web application written in Golang with the [gin](https://github.com/gin-gonic/gin) framework;
5
+
- create a GitHub repository with automatically generated code for a web application written in Golang with the [Gin](https://github.com/gin-gonic/gin) framework;
6
6
- set up GitHub Actions workflow for the app created in the previous step.
7
7
8
8
---
@@ -20,9 +20,9 @@ sh -c "$(curl -fsSL https://download.devstream.io/download.sh)"
20
20
!!! note "Note"
21
21
The command above does the following:
22
22
23
-
- find out your OS and chip architecture
24
-
- find the latest version of the `dtm` binary
25
-
- download the correct `dtm` according to OS/architecture
23
+
- find out your OS and chip architecture;
24
+
- find the latest version of the `dtm` binary;
25
+
- download the correct `dtm` according to OS/architecture;
26
26
- grant the binary execution permission.
27
27
28
28
!!! quote "Optional"
@@ -43,16 +43,18 @@ Run the following command to generate the template configuration file `config.ya
43
43
Then set the following environment variables by running (replace values within the double quotes):
0 commit comments