Skip to content

Commit

Permalink
doc: fix go install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiro committed Jun 20, 2023
1 parent 79e32b5 commit 75e5f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 75e5f99

Please sign in to comment.