Skip to content

Commit cf36c91

Browse files
authored
README: go install and directly copyable (#48)
1 parent 9318c47 commit cf36c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ go get github.com/vadv/gopher-lua-libs
5656

5757
For the quick overview you can use standalone interpreter with listed libs. Examples and documentation for modules can be found in their directories.
5858
```
59-
go get github.com/vadv/gopher-lua-libs/cmd/glua-libs
59+
go install github.com/vadv/gopher-lua-libs/cmd/glua-libs@latest
6060
61-
$ glua-libs example.lua
61+
glua-libs example.lua
6262
```
6363

6464
This example shows basic usage of this libs in your code

0 commit comments

Comments
 (0)