Skip to content

Commit c34ded6

Browse files
authored
Merge pull request #66 from agntcy/chore/update-go-install-command
feat(readme): Update go install command
2 parents b2b60e0 + 21256d7 commit c34ded6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If you have `Golang` set up locally, you could also use the `go install command`
121121

122122
```bash
123123
go install github.com/agntcy/identity/cmd/issuer@latest && \
124-
mv $(go env GOPATH)/bin/issuer $(go env GOPATH)/bin/identity
124+
ln -s $(go env GOPATH)/bin/issuer $(go env GOPATH)/bin/identity
125125
```
126126

127127
### Step 2: Start the Node Backend with Docker

cmd/issuer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To install the latest version of the `CLI`, you can use the following command:
1515

1616
```bash
1717
go install github.com/agntcy/identity/cmd/issuer@latest && \
18-
mv $(go env GOPATH)/bin/issuer $(go env GOPATH)/bin/identity
18+
ln -s $(go env GOPATH)/bin/issuer $(go env GOPATH)/bin/identity
1919

2020
```
2121

0 commit comments

Comments
 (0)