From 3c45f56d0717d6cbf5120036e2eb969cc0ad132d Mon Sep 17 00:00:00 2001 From: dyma solovei <53943884+bevzzz@users.noreply.github.com> Date: Wed, 31 Jan 2024 01:13:17 +0100 Subject: [PATCH] docs(nbee): Update README.md Both 'go run' and 'go install' should specify the target version, unless they are run from another Go-module directory (which is not required for this simple example) --- example/nbee/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/nbee/README.md b/example/nbee/README.md index 8fd23c3..42584c0 100644 --- a/example/nbee/README.md +++ b/example/nbee/README.md @@ -7,7 +7,7 @@ Compile the package on the fly 🐝 ```sh -go run github.com/bevzzz/nb/example/nbee -f path/to/notebook.ipynb +go run github.com/bevzzz/nb/example/nbee@latest -f path/to/notebook.ipynb ``` Or, install a binary 🗑