diff --git a/README.md b/README.md index c34d366..d5fc4f2 100644 --- a/README.md +++ b/README.md @@ -72,28 +72,32 @@ Using `goreleaser`, multiple artifacts are attached to each github release; amon
Fetch stats about local dbg configs for all supported driver versions by test-infra, for host architecture - ```bash - ./dbg-go configs stats --repo-root test-infra - ``` + +```bash +./dbg-go configs stats --repo-root test-infra +```
Fetch stats about remote drivers for 5.0.1+driver driver version, for host architecture - ```bash - ./dbg-go s3 stats --driver-version 5.0.1+driver - ``` + +```bash +./dbg-go s3 stats --driver-version 5.0.1+driver +```
- Validate local configs for 5.0.1+driver driver version, for aarch64 - ```bash - ./dbg-go configs validate --driver-version 5.0.1+driver --architecture aarch64 - ``` + Validate local configs for 5.0.1+driver driver version, for arm64 + +```bash +./dbg-go configs validate --driver-version 5.0.1+driver --architecture arm64 +```
Generate configs for all supported driver versions by test-infra from kernel-crawler output, for host architecture - ```bash - ./dbg-go configs generate --repo-root test-infra --auto - ``` + +```bash +./dbg-go configs generate --repo-root test-infra --auto +```