Skip to content

Commit

Permalink
Add npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoban committed Apr 14, 2018
1 parent a74c983 commit ca89554
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions kubernetes-ts-guestbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ Kubernetes [Services
docs](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services---service-types) for more
details.

Create a new stack:
Install dependencies:

```
$ npm install
```

Create a new stack:

```
$ pulumi stack init
Expand Down Expand Up @@ -102,4 +108,4 @@ $ curl localhost:80
</div>
</body>
</html>
```
```

0 comments on commit ca89554

Please sign in to comment.