Skip to content

Commit 0fe2ec2

Browse files
committed
Update README.md
1 parent e08cf1b commit 0fe2ec2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,19 @@ The Component Designer uses a [source generator](https://devblogs.microsoft.com/
3636

3737
### Getting started
3838

39-
TODO
39+
Install the `Discord.Net.ComponentDesigner` package from one of the following feeds:
40+
- [Discord.Net Baget](https://baget.discordnet.dev/)
41+
- [Github Packages](https://github.com/discord-net/ComponentDesigner/pkgs/nuget/Discord.Net.ComponentDesigner)
42+
43+
Thats it! You can now use the [Discord.ComponentDesigner.cx](#component-designer) method:
44+
45+
```cs
46+
var myComponent = ComponentDesigner.cx(
47+
"""
48+
<text>Hello, World!</text>
49+
"""
50+
);
51+
```
4052

4153
## Component Syntax
4254

0 commit comments

Comments
 (0)