Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Update for new home #2

Merged
merged 2 commits into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ for both protocol versions v1 and v2.
## Instalation

```
git clone [email protected]:vyzo/libp2p-relay.git
cd libp2p-relay
git clone [email protected]:libp2/go-libp2p-relay-daemon.git
cd go-libp2p-relay-daemon
go install ./...
```

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/vyzo/libp2p-relay
module github.com/libp2p/go-libp2p-relay-daemon

go 1.15

Expand Down