Skip to content

Commit efccf4a

Browse files
committed
docs: update README for release new version
1 parent af26923 commit efccf4a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# vfox-lua plugin
1010

11-
lua [vfox](https://github.com/version-fox) plugin. Use the vfox to manage multiple [lua](https://www.lua.org/ftp/) versions in Linux/Darwin MacOS.
11+
Lua [vfox](https://github.com/version-fox) plugin. Use the vfox to manage multiple [lua](https://www.lua.org/ftp/) versions on LinuxDarwin MacOS、Windows.
1212

1313
## Requirements
1414

@@ -39,6 +39,10 @@ vfox install lua@5.4.7
3939

4040
3. Use `PowerShell` to install the Lua on Windows.
4141

42+
## Known Issue
43+
44+
- Lua versions 5.0 and earlier can not install on Linux.
45+
4246
## Acknowledgements
4347

4448
Thanks for these awesome resources that were used during the development of the **vfox-lua**:

metadata.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ PLUGIN = {}
55
--- Plugin name
66
PLUGIN.name = "lua"
77
--- Plugin version
8-
PLUGIN.version = "0.1.0"
8+
PLUGIN.version = "1.0.0"
99
--- Plugin homepage
1010
PLUGIN.homepage = "https://github.com/yeshan333/vfox-lua"
1111
--- Plugin license, please choose a correct license according to your needs.
1212
PLUGIN.license = "Apache 2.0"
1313
--- Plugin description
14-
PLUGIN.description = "lua vfox plugin. Use the vfox to manage multiple lua versions in Linux/Darwin."
14+
PLUGIN.description = "lua vfox plugin. Use the vfox to manage multiple lua versions on Linux /Darwin MacOS / Windows."
1515

1616

1717
--- !!! OPTIONAL !!!

0 commit comments

Comments
 (0)