Update README.md

This commit is contained in:
Andrew 2020-10-27 14:54:24 -07:00 committed by GitHub
parent 43198ce9ec
commit 4b6d73ff65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,10 @@ Ported from https://bellard.org/quickjs/ and its official GitHub mirror https://
By Andrew Fedoniouk (a.k.a. c-smile) By Andrew Fedoniouk (a.k.a. c-smile)
This version is Microsoft Visual C++ compatible/compileable. This version is
* Microsoft Visual C++ compatible/compileable
* Is used in Sciter.JS
The main documentation is in doc/quickjs.pdf or doc/quickjs.html. The main documentation is in doc/quickjs.pdf or doc/quickjs.html.
@ -22,3 +25,6 @@ It will generate .build/vs2017/quickjs-msvc.sln and open it in Microsoft Visual
Press F5 to compile it and run qjs - interactive JS command line application. Press F5 to compile it and run qjs - interactive JS command line application.
Check (wiki)[https://github.com/c-smile/quickjspp/wiki]