We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9318c47 commit cf36c91Copy full SHA for cf36c91
README.md
@@ -56,9 +56,9 @@ go get github.com/vadv/gopher-lua-libs
56
57
For the quick overview you can use standalone interpreter with listed libs. Examples and documentation for modules can be found in their directories.
58
```
59
-go get github.com/vadv/gopher-lua-libs/cmd/glua-libs
+go install github.com/vadv/gopher-lua-libs/cmd/glua-libs@latest
60
61
-$ glua-libs example.lua
+glua-libs example.lua
62
63
64
This example shows basic usage of this libs in your code
0 commit comments