Skip to content

Commit

Permalink
improve language of sudt script tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
linnnsss committed Dec 31, 2024
1 parent 59a5b69 commit 9e9da22
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/docs/script/sudt-script.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ offckb create --script sudt-script
</Tabs>
```

:::note
This command sets up a boilerplate project called `sudt-script` and does not automatically generate an sUDT Script.
:::

### Create a New Script

Let’s create a new Script called `sudt` inside the project.
Expand Down Expand Up @@ -128,7 +132,9 @@ make generate
</Tabs>
```

Our project is successfully setup. You can run `tree .` to view the project structure:
After running the `make generate`, the boilerplate for the sUDT Script is generated inside the project.

Now our project is successfully setup. You can run `tree .` to view the project structure:

```mdx-code-block
<Tabs>
Expand Down

0 comments on commit 9e9da22

Please sign in to comment.