From 22af32f9b85238ba2f423565ff1a4ad2aa549c7d Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Wed, 7 Jul 2021 12:02:23 -0700 Subject: [PATCH] remove Go version requirement and note about Go modules from README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dc2aa392c6..7b78a75297 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,7 @@ libp2p is the product of a long, and arduous quest of understanding -- a deep di ## Usage -This repository (`go-libp2p`) serves as the entrypoint to the universe of modules that compose the Go implementation of the libp2p stack. Libp2p requires go 1.12+. - -We mainly use [Go modules](https://github.com/golang/go/wiki/Modules) for our dependency and release management (and thus require go >= 1.12+). In order to get the best developer experience, we recommend you do too. Otherwise, you may ocassionally encounter a breaking build as you'll be running off master (which, by definition, is not guaranteed to be stable). +This repository (`go-libp2p`) serves as the entrypoint to the universe of modules that compose the Go implementation of the libp2p stack. You can start using go-libp2p in your Go application simply by adding imports from our repos, e.g.: