Skip to content

Commit

Permalink
chore: improve how-to getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Anaya committed Jun 16, 2022
1 parent 5832734 commit 023941b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: how-to

1. Open your terminal and run `$ pulumi new` to create a new Pulumi project, chose the `javascript` template and the target stack.
1. Install the Checkly Pulumi provider using npm: `$ npm i @checkly/pulumi`.
1. Create an `index.js` file in the root of your project and paste the following code:
1. Look for `index.js` file in the root of your project and replace content with the following code:

```javascript
const checkly = require("@checkly/pulumi")
Expand Down

0 comments on commit 023941b

Please sign in to comment.