diff --git a/README.md b/README.md index 16a3fa19427..8d49c0effe2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,22 @@ # ChakraCore +========================================== + +When build, just, + +With JIT: +`./build.sh` + +Without JIT: +`./build.sh --no-jit` + +The binaries will be located at: `~/ChakraCore/ChakraCore/out/Release` + +Both files has to be copied for execution: ***`ch`*** and ***`libChakraCore.so`*** + +========================================== + + [![Discord Chat](https://img.shields.io/discord/695166668967510077?label=Discord&logo=Discord)](https://discord.gg/dgRawPdNuC) [![Licensed under the MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt) [![PR's Welcome](https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg)](#contribute)