From 75e5f99bc5761d8e920e726f75932a31b6f06669 Mon Sep 17 00:00:00 2001 From: Hiro Date: Tue, 20 Jun 2023 06:08:06 +0530 Subject: [PATCH] doc: fix go install cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49855ada..54eac0e0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ import "github.com/traefik/yaegi/interp" ### Command-line executable ```bash -go install github.com/traefik/yaegi@latest +go install github.com/traefik/yaegi/cmd/yaegi@latest ``` Note that you can use [rlwrap](https://github.com/hanslub42/rlwrap) (install with your favorite package manager),