Skip to content

Commit 934c916

Browse files
committed
Document that listen needs to be installed for tool/sync.rb
1 parent 0562840 commit 934c916

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/sync.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
# A script to synchronize changes from the Ruby source files
1212
# to the GraalVM build instantaneously.
1313

14+
# Use 'gem install listen' to install this dependency
1415
require 'listen'
16+
1517
require 'fileutils'
1618

1719
FROM = File.expand_path('../..', File.realpath(__FILE__))

0 commit comments

Comments
 (0)