Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AtilMohAmine authored Sep 12, 2024
1 parent 27d8888 commit b9ac5da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ Below is the benchmark bar chart showing the performance of the system during th

### Installation:

Clone the repository and build the runtime using:
Clone the repository, install the required dependencies, and build the runtime:

```bash
git clone https://github.com/atilmohamine/izem.git
cd izem
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev # Required for JavaScriptCore
make deps
make
```

Expand Down

0 comments on commit b9ac5da

Please sign in to comment.