Skip to content

Commit

Permalink
fix: replace commants with code wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
frdomovic committed Aug 9, 2024
1 parent 4f82411 commit 17cedd5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/03-getting-started/03-example-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ There are two possible options of creating new context.

1. If the node already has application installed, create new context using command:

`meroctl context create --application <app-id>`
```bash title="Terminal"
$ meroctl context create --application <app-id>
```

2. If application is not installed then create new context using command:

`meroctl context create --watch /path/to/app`
```bash title="Terminal"
$ meroctl context create --watch /path/to/app
```

You are now part of the context and can start using the application.

Expand Down

0 comments on commit 17cedd5

Please sign in to comment.