Skip to content

Commit 0b87ad9

Browse files
committed
Add description
1 parent a118297 commit 0b87ad9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vfox-ruby
22

3-
[Ruby](https://www.ruby-lang.org/) language plugin for [vfox](https://vfox.lhan.me).
3+
[Ruby](https://www.ruby-lang.org/) language plugin for [vfox](https://vfox.lhan.me). For Linux and macos, both [Ruby(conda-forge)](https://github.com/conda-forge/ruby-feedstock) and [TruffleRuby](https://www.graalvm.org/ruby/) are provided. To use TruffleRuby, some [dependencies](https://github.com/oracle/truffleruby/blob/master/README.md#Dependencies) are required.
44

55
## Install
66

metadata.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PLUGIN = {}
55
--- Plugin name
66
PLUGIN.name = "ruby"
77
--- Plugin version
8-
PLUGIN.version = "0.3.0"
8+
PLUGIN.version = "0.3.1"
99
--- Plugin homepage
1010
PLUGIN.homepage = "https://github.com/yanecc/vfox-ruby"
1111
--- Plugin license, please choose a correct license according to your needs.

0 commit comments

Comments
 (0)