Skip to content

Commit 5e4d631

Browse files
author
Alan Christie
committed
docs: README tweak
1 parent bf497dc commit 5e4d631

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ config file you have there will be available straight away.
2020

2121
Prerequisites (to use the devcontainer): -
2222

23-
1. Docker
24-
2. A `${HOME}/k8s-config` directory
25-
3. A `${HOME}/.kube` directory
23+
1. A kubernetes cluster
24+
2. [Docker]
25+
3. A `${HOME}/k8s-config` directory
26+
4. A `${HOME}/.kube` directory
2627

2728
Prerequisites (to use your own environment): -
2829

29-
1. Python (ideally v3.11 or better)
30-
2. Kubernetes config files
31-
3. [kubectl]
30+
1. A kubernetes cluster
31+
2. [Python] (ideally v3.11 or better)
32+
3. At least one kubernetes configuration file
33+
4. [kubectl]
3234

3335
As the project uses submodules, if you've not used them before, it might be worth
3436
spending some time reading about how submodules behave - especially if you plan on
@@ -134,5 +136,6 @@ you need to select a suitable remote branch before you can commit any code.
134136
[docker]: https://www.docker.com
135137
[install kubectl]: https://kubernetes.io/docs/tasks/tools/#kubectl
136138
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
139+
[python]: https://www.python.org
137140
[submodule]: https://git-scm.com/book/en/v2/Git-Tools-Submodules
138141
[submodules]: https://git-scm.com/book/en/v2/Git-Tools-Submodules

0 commit comments

Comments
 (0)