We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c3d3e commit 290ff97Copy full SHA for 290ff97
README.md
@@ -22,16 +22,7 @@ git remote set-head origin -a
22
## Installation
23
24
```console
25
-cd $(go env GOPATH)/src/github.com/signalsciences
26
-git clone https://github.com/signalsciences/sigsci-module-golang.git
27
-```
28
-
29
-## Running tests
30
31
-Must be logged into our ECR repo
32
33
-```console
34
-aws ecr get-login-password --region us-west-2 --profile sigsci_prod | docker login --username AWS --password-stdin 803688608479.dkr.ecr.us-west-2.amazonaws.com
+go get github.com/signalsciences/sigsci-module-golang@latest
35
```
36
37
## Example Code Snippet
0 commit comments