Skip to content
Snippets Groups Projects
Commit 714e7a6e authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Actually you do need to install JSON module [ci skip]

parent 373d9a09
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ NOTE: These instructions are only for packaging a built Metabase uberjar into `M
git submodule update --init
# Install Perl modules used by ./bin/osx-setup and ./bin/osx-release
# You may have to run this as sudo if you didn't upgrade perl as described in step above
cpan install File::Copy::Recursive Readonly String::Util Text::Caml
# You may have to run this as sudo
cpan install File::Copy::Recursive Readonly String::Util Text::Caml JSON
# Copy JRE and uberjar
./bin/osx-setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment