Skip to content

Commit a990b5f

Browse files
Remark that os gem is needed
1 parent 93b7f0c commit a990b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ rule() {
7575
;; setup)
7676
echo "Make sure you have the following installed: opam >= 2.0.0, git, patch, m4, autoconf, libgmp-dev, libmpfr-dev, pkg-config"
7777
echo "For the --html output you also need: javac, ant, dot (graphviz)"
78-
echo "For running the regression tests you also need: ruby, gem, curl"
78+
echo "For running the regression tests you also need: ruby, gem, curl, and the `os` gem"
7979
echo "For reference see ./Dockerfile or ./scripts/travis-ci.sh"
8080
opam_setup
8181
;; dev)

0 commit comments

Comments
 (0)