Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ go get github.com/vadv/gopher-lua-libs

For the quick overview you can use standalone interpreter with listed libs. Examples and documentation for modules can be found in their directories.
```
go get github.com/vadv/gopher-lua-libs/cmd/glua-libs
go install github.com/vadv/gopher-lua-libs/cmd/glua-libs@latest

$ glua-libs example.lua
glua-libs example.lua
```

This example shows basic usage of this libs in your code
Expand Down