Skip to content

Instantly share code, notes, and snippets.

@pastuhov
Created August 8, 2015 08:31
Embed
What would you like to do?
# JSCoverage
RUN cd /root/ \
&& wget http://siliconforks.com/jscoverage/download/jscoverage-0.5.1.tar.bz2 \
&& tar jxvf jscoverage-0.5.1.tar.bz2 \
&& cd jscoverage-0.5.1/ \
&& ./configure \
&& make \
&& make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment