Skip to content

Commit b4a6efb

Browse files
committed
clearer
1 parent a2f4bd1 commit b4a6efb

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

README.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,22 @@ yarn docker:setup
4545

4646
### CLI
4747

48-
You can make changes locally and run commands through the docker container.
48+
The CLI allows your to make changes locally and run commands through the docker container.
4949

50-
[Specs CLI commands](https://api-clients-automation.netlify.app/docs/contributing/CLI/specs-commands)[Clients CLI commands](https://api-clients-automation.netlify.app/docs/contributing/CLI/clients-commands)[CTS CLI commands](https://api-clients-automation.netlify.app/docs/contributing/CLI/cts-commands)
50+
- [Specs CLI commands](https://api-clients-automation.netlify.app/docs/contributing/CLI/specs-commands)
51+
- [Clients CLI commands](https://api-clients-automation.netlify.app/docs/contributing/CLI/clients-commands)
52+
- [CTS CLI commands](https://api-clients-automation.netlify.app/docs/contributing/CLI/cts-commands)
5153

52-
#### Build and validate specs
54+
### Guides and requirements
5355

54-
```bash
55-
yarn docker build specs <client | all>
56-
```
57-
58-
[Read more on our documentation](https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client)
59-
60-
#### Generate clients based on the [`specs`](./specs/)
61-
62-
```bash
63-
yarn docker generate <language | all> <client | all>
64-
```
56+
Read the guides and requirements to:
6557

66-
[Read more on our documentation](https://api-clients-automation.netlify.app/docs/contributing/add-new-language)
58+
- [Add a new client](https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client)
59+
- [Add a new language](https://api-clients-automation.netlify.app/docs/contributing/add-new-api-language)
6760

6861
### Tests
6962

70-
You can test our generated clients by running:
63+
Test the generated clients by running:
7164

7265
- The [`playground`](./playground) ([Playground](https://api-clients-automation.netlify.app/docs/contributing/testing/playground.md))
7366
- The [`Common Test Suite`](./tests/) ([Common Test Suite](https://api-clients-automation.netlify.app/docs/contributing/testing/common-test-suite.md)).

0 commit comments

Comments
 (0)