Skip to content

Commit

Permalink
Reorder sections in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Aug 6, 2023
1 parent 1b3030b commit bd60eef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ First of all you need to satisfy prerequisites listed above.
./scripts/build.sh --test
```

### Clean the builds

```bash
./scripts/clean.sh
```

### Custom build and run tests

```bash
Expand All @@ -100,12 +106,6 @@ cd test
ctest -V
```

### Clean the builds

```bash
./scripts/clean.sh
```

## Command-Line Client

The supplied command-line client supports the following commands:
Expand Down

0 comments on commit bd60eef

Please sign in to comment.