Skip to content

Commit 290ff97

Browse files
committed
fix install info, remove internal testing info
1 parent a0c3d3e commit 290ff97

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,7 @@ git remote set-head origin -a
2222
## Installation
2323

2424
```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
25+
go get github.com/signalsciences/sigsci-module-golang@latest
3526
```
3627

3728
## Example Code Snippet

0 commit comments

Comments
 (0)