From 709af11abffebc970484a36a7186fad39fa86db8 Mon Sep 17 00:00:00 2001 From: Wenhui Zhang Date: Tue, 21 Sep 2021 08:55:13 -0700 Subject: [PATCH 1/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 16a3fa19427..9183130c0b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ChakraCore + +When build, just, `./build.sh` + [![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) From 78b59b3a70d59b2a2fb854a6a45ab4b1fc26d578 Mon Sep 17 00:00:00 2001 From: Wenhui Zhang Date: Tue, 21 Sep 2021 09:03:29 -0700 Subject: [PATCH 2/6] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9183130c0b5..9f660e54a35 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # ChakraCore -When build, just, `./build.sh` +When build, just, + +With JIT: +`./build.sh` + +Without JIT: +`./build.sh --no-jit` [![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) From 8a6add1ade86efcae1f25e63b7c04bd95adf33e2 Mon Sep 17 00:00:00 2001 From: Wenhui Zhang Date: Tue, 21 Sep 2021 09:55:16 -0700 Subject: [PATCH 3/6] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f660e54a35..6c0d4cca9f1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ With JIT: 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) From ecdc7f2e59d0017cc6caff79f05f32ed87c8330e Mon Sep 17 00:00:00 2001 From: Wenhui Zhang Date: Tue, 21 Sep 2021 15:08:14 -0700 Subject: [PATCH 4/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c0d4cca9f1..d8573b67aa4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ChakraCore - +========================================== When build, just, With JIT: @@ -12,6 +12,7 @@ Without 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) From bbf19267618cf3817b02c5eb968bcc20a34cac14 Mon Sep 17 00:00:00 2001 From: Wenhui Zhang Date: Tue, 21 Sep 2021 15:08:30 -0700 Subject: [PATCH 5/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8573b67aa4..ac30643147d 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ Without 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) From 8f121cadf1338914782d115eab3f5a1ad953b871 Mon Sep 17 00:00:00 2001 From: Wenhui Zhang Date: Tue, 21 Sep 2021 15:08:41 -0700 Subject: [PATCH 6/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac30643147d..8d49c0effe2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ChakraCore ========================================== + When build, just, With JIT: