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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,15 @@ Here are some simple descriptions of what you'll find in each directory:
43
43
44
44
*[Go](https://golang.org/doc/install) v1.21 (we suggest using [gvm](https://github.com/moovweb/gvm) for easier version management)
45
45
*[Docker](https://docs.docker.com/get-docker/)
46
-
*[Kubernetes](https://kubernetes.io/docs/tasks/tools/) (this is for running testing suites locally: if on Mac or Windows you can use the Kubernetes engine built into Docker Desktop)
46
+
*[Kubernetes](https://kubernetes.io/docs/tasks/tools/) (this is for running testing suites locally; if on Mac or Windows you can use the Kubernetes engine built into Docker Desktop)
47
47
48
48
You'll need the `dctl` CLI tool to work with everything in Draft. Let's install it now:
49
49
50
50
```shell
51
51
go install github.com/steady-bytes/draft/tools/dctl@latest
52
52
```
53
53
54
-
We'll need to import this project as a usable context into `dctl` so it can manage things for us. After cloning the repo run the below command from the root of the repo:
54
+
We'll need to import this project as a usable context into `dctl` so it can manage things for us. After cloning the repo run the below command from inside the repo:
55
55
56
56
```shell
57
57
dctl context import
@@ -64,12 +64,12 @@ Now you can set up your local environment:
0 commit comments