Skip to content

Commit

Permalink
README: Clarify the steps for how to run the dist
Browse files Browse the repository at this point in the history
Slightly fix the existing sentence grammar while at it.

Signed-off-by: Marco Miller <marco.miller@ericsson.com>
  • Loading branch information
marco-miller committed Jun 13, 2023
1 parent 348561d commit e8d660a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@ cd examples/electron
yarn package
```

The configured Linux package(s) will be generated in the folder `examples/electron/dist`
The configured Linux package(s) will be generated in the `examples/electron/dist` folder:

```bash
cd dist
./Theia\ Trace\ Example\ Application-0.1.0.AppImage
```

## Using the trace extension

Expand Down

0 comments on commit e8d660a

Please sign in to comment.