diff --git a/README.md b/README.md new file mode 100644 index 0000000..902a3ec --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# gn_binary +it contins the latest gn binary downloaded periodically from chromium + +# How to download the latest gn binaries +Just run `./bootstrap.sh` to download the latest gn binaries from chromium + +#Why download instead of build from sourcecode? +Gn bootstrap script is unmaintanable when its sourcecode or dependencies are changed.