doc: fix go install cmd

This commit is contained in:
Hiro
2023-06-20 06:08:06 +05:30
committed by GitHub
parent 79e32b5a92
commit 75e5f99bc5

View File

@@ -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),