Skip to content

Commit c75250d

Browse files
authored
Merge pull request #44 from nrajb/doc-update-op
Updates to REDME: example, version and references
2 parents 50f81b6 + faea68c commit c75250d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sudo n stable
5252

5353
```bash
5454
$ node -v
55-
v18.12.1
55+
v20.3.1
5656
```
5757

5858
Update (provided Node version manager is installed): `n stable`. May require `sudo`.
@@ -61,7 +61,7 @@ Update (provided Node version manager is installed): `n stable`. May require `su
6161

6262
```bash
6363
$ npm -v
64-
8.19.2
64+
9.7.2
6565
```
6666

6767
Updating npm: `sudo n stable` where stable can also be a specific version above 8.4. May require `sudo`.
@@ -98,14 +98,16 @@ make list
9898
Note: Some patterns have a hard dependency on AWS Secrets (for example GitHub access tokens). Initially you will see errors complaining about lack of the required secrets. It is normal. At the bottom, it will show the list of patterns which can be deployed, in case the pattern you are looking for is not available, it is due to the hard dependency which can be fixed by following the docs specific to those patterns.
9999

100100
```
101-
To work with patterns use:
102-
$ make pattern <pattern-name> <list | deploy | synth | destroy>
101+
To work with patterns use:
102+
$ make pattern <pattern-name> <list | deploy | synth | destroy>
103103
Example:
104-
$ make pattern single-new-eks-cluster-opensource deploy
104+
$ make pattern single-new-eks-opensource-observability deploy
105105
106106
Patterns:
107107
108108
single-new-eks-awsnative-observability
109+
single-new-eks-cluster
110+
single-new-eks-graviton-opensource-observability
109111
single-new-eks-mixed-observability
110112
single-new-eks-opensource-observability
111113
```
@@ -119,7 +121,7 @@ npx cdk bootstrap
119121
- You can then deploy a specific pattern with the following:
120122

121123
```
122-
make pattern multi-team deploy
124+
make pattern single-new-eks-opensource-observability deploy
123125
```
124126

125127
# Developer Flow

0 commit comments

Comments
 (0)