Skip to content

Commit

Permalink
feat: animate output for nerdpack create command
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Oct 15, 2020
1 parent 5d66db4 commit 458ca8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/markdown-pages/build-apps/map-pageviews-by-region.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ To get started, create a new Nerdpack, and serve it up to New Relic from your lo

1. Create a new Nerdpack for this app:

```bash
```bash animate
nr1 create --type nerdpack --name pageviews-app
[output] {green}✔ {plain}Component created successfully!
[output] {purple}nerdpack {blue}pageviews-app {plain}is available at {green}"./pageviews-app"
```

2. Serve the project up to New Relic:
Expand Down

0 comments on commit 458ca8a

Please sign in to comment.