From 9985eb3c3946794994a803eb7be4c67e2b8ef16e Mon Sep 17 00:00:00 2001 From: Rick van de Loo Date: Thu, 27 Apr 2017 12:32:34 +0200 Subject: [PATCH] fix unzip command in readme Looks like the file is now called `closure-compiler-v20170423.jar` instead of `compiler.jar`. This appears to already have been corrected in the Makefile [here](https://github.com/vdloo/v86/blob/master/Makefile#L142). --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7e313c94..7f2e55c5 100644 --- a/Readme.md +++ b/Readme.md @@ -108,7 +108,7 @@ wget -P images/ https://copy.sh/v86/images/{linux.iso,linux3.iso,kolibri.img,win # grab closure compiler wget -P closure-compiler https://dl.google.com/closure-compiler/compiler-latest.zip -unzip -d closure-compiler closure-compiler/compiler-latest.zip compiler.jar +unzip -d closure-compiler closure-compiler/compiler-latest.zip *.jar # build the library make build/libv86.js