Skip to content

Commit

Permalink
Merge branch 'master' of github.com:commitdev/sprout
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritesh-Patel committed Oct 10, 2019
2 parents ac3e6d7 + 77b1c03 commit 86d5337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,8 +29,8 @@ The generation will create project folder, within this there will be your implem
2) A folder will be created and within that update the `commit0.yml` and then run `commit0 generate -l=[LANGUAGE OF CHOICE] eg. go`
3) You will see that there is now an idl folder created.
4) Within the idl folder modify the the protobuf services generated with your desired methods
5) Go up to the parrent directory and re run `commit0 generate -l=[LANGUAGE OF CHOICE]`
6) Return back to the parent directory and implement the methods
5) Go up to the parent directory and re run `commit0 generate -l=[LANGUAGE OF CHOICE]`
6) You will now see a `servers` folder navigate to your service folder within that directory and implement the methods generated for it
7) Once you have tested your implementation and are happy with it return to the idl repo push that directory up to git
8) Return to the parent directory and check the depency file, for go it will be the go.mod file remove the lines that point it to your local directory, this will now point it to the version on git that was pushed up previously
10) Test and push up your implementation!
Expand Down

0 comments on commit 86d5337

Please sign in to comment.