Update links
This commit is contained in:
12
README.md
12
README.md
@@ -1,9 +1,9 @@
|
||||
# go-xmlsec
|
||||
|
||||
[](http://godoc.org/github.com/miracl/go-xmlsec)
|
||||
[](https://travis-ci.org/miracl/go-xmlsec?branch=master)
|
||||
[](https://coveralls.io/github/miracl/go-xmlsec?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/miracl/go-xmlsec)
|
||||
[](http://godoc.org/github.com/tecnickcom/go-xmlsec)
|
||||
[](https://travis-ci.org/tecnickcom/go-xmlsec?branch=master)
|
||||
[](https://coveralls.io/github/tecnickcom/go-xmlsec?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/tecnickcom/go-xmlsec)
|
||||
|
||||
|
||||
A partial wrapper for [xmlsec](https://www.aleksey.com/xmlsec).
|
||||
@@ -47,12 +47,12 @@ As seems to be the case for many things in the XMLish world, the xmldsig and xml
|
||||
This package uses cgo to wrap libxmlsec. As such, you'll need libxmlsec headers and a C compiler to make it work. On linux, this might look like:
|
||||
|
||||
$ apt-get install libxml2-dev libxmlsec1-dev pkg-config
|
||||
$ go get github.com/miracl/go-xmlsec
|
||||
$ go get github.com/tecnickcom/go-xmlsec
|
||||
|
||||
On Mac with homebrew, this might look like:
|
||||
|
||||
$ brew install libxmlsec1 libxml2 pkg-config
|
||||
$ go get github.com/miracl/go-xmlsec
|
||||
$ go get github.com/tecnickcom/go-xmlsec
|
||||
|
||||
# Static Linking
|
||||
|
||||
|
||||
Reference in New Issue
Block a user