Skip to content

Commit

Permalink
docs(nbee): Update README.md
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
bevzzz authored Jan 31, 2024
1 parent 40a335d commit 3c45f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/nbee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🗑
Expand Down

0 comments on commit 3c45f56

Please sign in to comment.