Skip to content

Commit a862849

Browse files
committed
Update README.md
1 parent 7b51faf commit a862849

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ Remember | [gopkg.in/authboss.v0/remember](https://github.com/go-authboss/
2828

2929
Getting Started
3030
===============
31-
The first place to start in any Authboss implementation is the [configuration struct](http://godoc.org/gopkg.in/authboss.v0#Config).
31+
32+
Install the library and import it:
33+
34+
```
35+
go get gopkg.in/authboss.v0
36+
```
37+
38+
After that a good place to start in any Authboss implementation is the [configuration struct](http://godoc.org/gopkg.in/authboss.v0#Config).
3239
There are many defaults setup for you but there are some elements that must be provided.
3340
to find out what is configurable view the documentation linked to above, each struct element
3441
is documented.

0 commit comments

Comments
 (0)