Skip to content

Commit 0164ce9

Browse files
authored
Update README.md
1 parent 4b0afd3 commit 0164ce9

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Hermes JS Engine
22
=======================
3+
34
```
4-
git clone https://github.com/facebook/hermes.git
5-
cd ./hermes
5+
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/
611
./utils/build/configure.py
712
cd build
813
ninja
914
```
1015

1116

12-
```
13-
wget https://github.com/JavaScriptBench/hermes/archive/refs/tags/v0.8.1.zip
14-
tar -xvf
15-
```
16-
17-
1817
==========================
1918

2019

0 commit comments

Comments
 (0)