Skip to content

Commit fe63f1e

Browse files
committed
fixup
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 9f56fb1 commit fe63f1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Wrap [Kafka](https://https://kafka.apache.org/) inside your application easily.
1515

1616
## Install with Watt
1717

18+
Create a new Platformatic application with the Kafka hooks package using [Wattpm](https://platformatic.io/docs/wattpm):
19+
1820
```bash
1921
npx wattpm@latest create
2022
```
@@ -25,6 +27,8 @@ And select `@platformatic/kafka-hooks` from the list of available packages.
2527

2628
```bash
2729
npx --package=@platformatic/kafka-hooks create-platformatic-kafka-hooks
30+
cd kafka-hooks-app
31+
npm install
2832
```
2933

3034
## Configuration

0 commit comments

Comments
 (0)