Skip to content

Commit 9652836

Browse files
committed
Update README.md
1 parent 2ab342e commit 9652836

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ extend or merge structs which have struct fields of type `any` their value must
2020

2121

2222
## Sections
23+
* [Install](https://github.com/MartinSimango/dstruct#install)
2324
* [How it works?](https://github.com/MartinSimango/dstruct#how-it-works)
2425
* [Using the builder](https://github.com/MartinSimango/dstruct#using-the-builder)
2526
* [Using the modifier](https://github.com/MartinSimango/dstruct#using-the-modifier)
@@ -30,7 +31,11 @@ extend or merge structs which have struct fields of type `any` their value must
3031

3132

3233

34+
## Install
3335

36+
```sh
37+
go get github.com/MartinSimango/dstruct
38+
```
3439

3540
## How it works?
3641

0 commit comments

Comments
 (0)