Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from TheJumpCloud/update-readme-file
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
tsmithjc committed Sep 27, 2018
2 parents 6472c81 + 141ee34 commit 8800c6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ $ docker-compose run --rm swagger-codegen generate -i /swagger-api/yaml/index2.y
This will generate the API v2 client files under `output/jcapiv2`

Once you are satisfied with the generated API client, you can replace the existing files under the `jcapiv1` and `jcapiv2` folders with your generated files.
```
rm -rf jcapiv1
mv output/jcapiv1 .
rm -rf jcapiv2
mv output/jcapiv2 .
```

0 comments on commit 8800c6a

Please sign in to comment.