Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery committed Jan 31, 2024
1 parent ad78d04 commit 3590f8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ pnpm add -D @microsoft/tui-test

## Running Tests

Running tests is as simple as running `tui-test` from the command line:
Running tests is as simple as running TUI Test from the command line after installation:

```sh
tui-test
```

Or run it using `npx`:

```sh
npx @microsoft/tui-test
Expand Down

0 comments on commit 3590f8b

Please sign in to comment.