Skip to content

Commit 8fdc000

Browse files
committed
Mention git in README.md
1 parent 7721ae2 commit 8fdc000

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
@@ -109,6 +109,9 @@ You'll need:
109109
- **Node.js and npm** (Node 20 or later recommended) - For esbuild bundler and React dependencies
110110
- macOS: `brew install node` or download from [nodejs.org](https://nodejs.org/)
111111
- Linux: `snap install node --classic` (recommended) or `apt-get install nodejs npm`
112+
- **Git** - For cloning Hermes during CMake configure
113+
- macOS: Included with Xcode Command Line Tools
114+
- Linux: `apt-get install git` or `yum install git`
112115
- **C++ Compiler**
113116
- **Clang** (recommended) - Officially supported by Static Hermes
114117
- GCC also works but Clang is the tested configuration

0 commit comments

Comments
 (0)