Skip to content

Commit

Permalink
modify Getting Started section
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Nov 13, 2024
1 parent 8f4409f commit 8df5f3f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,22 @@ TBD

## Getting Started

TBD
### Run Tests

To run `unit` tests on Unix systems execute:

```sh
cd scripts
./run-test.sh -u
```

**TBD** To run `integration` tests on Unix systems execute:

```sh
cd scripts
./run-test.sh -i
```

### Applications

You can find applications utilizing [internal packages](./internal/) in the [cmd folder](./cmd/).

0 comments on commit 8df5f3f

Please sign in to comment.