From 55ec9ae270db4a1e2e2c78b539fa4a593a9c5ae9 Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Sun, 27 Nov 2022 00:15:58 -0300 Subject: [PATCH] Fix README installation method New go modules requires version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d436407..a3119dcc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Poly is a Go package for engineering organisms. ## Install -`go install github.com/TimothyStiles/poly` +`go install github.com/TimothyStiles/poly@latest` ## Documentation * **[Tutorials](https://gitpod.io/#tutorial=true/https://github.com/TimothyStiles/poly)**