Skip to content

Commit 65f53a0

Browse files
Add more generator instructions
Signed-off-by: Ender Demirkaya <[email protected]>
1 parent 2fd7776 commit 65f53a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

new_samples/template/README_generator.tmpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ In most cases, the workflow code (e.g. `workflow.go`) is the part that users car
2121
* When creating a new sample, follow the steps mentioned in the README file in the main samples folder.
2222
* To update the sample workflow code, edit the workflow file directly.
2323
* To update the worker, client, or other boilerplate logic, edit the generator file. If your change applies to all samples, update the common generator file inside the `template` folder. Edit the generator file in this folder only when the change should affect this sample alone.
24+
* When you are done run the following command in the generator folder
25+
26+
```bash
27+
go run .
28+
```

0 commit comments

Comments
 (0)