Skip to content

Commit 6804550

Browse files
committed
updated readme
1 parent 864ca1e commit 6804550

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Here are some simple descriptions of what you'll find in each directory:
4343

4444
* [Go](https://golang.org/doc/install) v1.21 (we suggest using [gvm](https://github.com/moovweb/gvm) for easier version management)
4545
* [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)
4747

4848
You'll need the `dctl` CLI tool to work with everything in Draft. Let's install it now:
4949

5050
```shell
5151
go install github.com/steady-bytes/draft/tools/dctl@latest
5252
```
5353

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:
5555

5656
```shell
5757
dctl context import
@@ -64,12 +64,12 @@ Now you can set up your local environment:
6464
dctl infra init
6565
dctl infra start
6666

67+
# test run some domains
68+
dctl run --domains examples
69+
6770
# initialize and do a first generation of the API
6871
dctl api init
6972
dctl api build
70-
71-
# test run some domains
72-
dctl run --domains core,examples
7373
```
7474

7575
## Future Components

0 commit comments

Comments
 (0)