We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b51faf commit a862849Copy full SHA for a862849
1 file changed
README.md
@@ -28,7 +28,14 @@ Remember | [gopkg.in/authboss.v0/remember](https://github.com/go-authboss/
28
29
Getting Started
30
===============
31
-The first place to start in any Authboss implementation is the [configuration struct](http://godoc.org/gopkg.in/authboss.v0#Config).
+
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).
39
There are many defaults setup for you but there are some elements that must be provided.
40
to find out what is configurable view the documentation linked to above, each struct element
41
is documented.
0 commit comments