Skip to content

Commit 5bad5d3

Browse files
committed
Changed installation to example
1 parent a9068aa commit 5bad5d3

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,8 @@ settingo.SetMap("FOO", defaultMap, "help text")
9797
settingo.GetMap("FOO")
9898
```
9999

100-
## Installation
101-
Use the following line in your imports
102-
103-
104-
```go
105-
. "github.com/Attumm/settingo/settingo"
106-
```
107-
then run the following commands
108-
```
109-
go mod init
110-
go get
111-
go build
112-
```
113-
or use the [example_project](https://github.com/Attumm/example_settingo) as starting point.
114-
100+
## Example project
101+
Handy [example_project](https://github.com/Attumm/example_settingo) as starting point.
115102

116103
## License
117104

0 commit comments

Comments
 (0)