Skip to content

Commit f353eaa

Browse files
authored
Add vpckg installation instructions (#6370)
* Add vpckg installation instructions * Update the instructions
1 parent 15274cb commit f353eaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Once built, you have a few options for how you can use ChakraCore:
6363

6464
_A note about using ChakraCore_: ChakraCore is the foundational JavaScript engine, but it does not include the external APIs that make up the modern JavaScript development experience. For example, DOM APIs like ```document.write()``` are additional APIs that are not available by default and would need to be provided. For debugging, you may instead want to use ```print()```.
6565

66+
Alternatively, if you are using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager you can download and install ChakraCore with CMake integration in a single command:
67+
* vcpkg install chakracore
68+
6669
## Contribute
6770

6871
Contributions to ChakraCore are welcome. Here is how you can contribute to ChakraCore:

0 commit comments

Comments
 (0)