We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0afd3 commit 0164ce9Copy full SHA for 0164ce9
1 file changed
README.md
@@ -1,20 +1,19 @@
1
# Hermes JS Engine
2
=======================
3
+
4
```
-git clone https://github.com/facebook/hermes.git
5
-cd ./hermes
+mkdir hermes
6
+cd hermes
7
+wget https://github.com/JavaScriptBench/hermes/archive/refs/tags/v0.8.1.zip
8
+chmod 755 v0.8.1.zip
9
+unzip ./v0.8.1.zip
10
+cd hermes-0.8.1/
11
./utils/build/configure.py
12
cd build
13
ninja
14
15
16
-```
-wget https://github.com/JavaScriptBench/hermes/archive/refs/tags/v0.8.1.zip
-tar -xvf
-
17
18
==========================
19
20
0 commit comments