summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnne <anne@boonchuy.com>2022-01-27 16:35:18 -0800
committerAnne <anne@boonchuy.com>2022-01-27 16:50:29 -0800
commite3ce9ec0898a3735f6cae1b48d61fca9df82fe40 (patch)
treea111101b2801b32efaa29c8e359ac89e6b0d44ac /README.md
parentc6193592d8342c9764777474d77f9c742e014d7c (diff)
Update README.md to include xdelta
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e45c815..3f8f034a 100644
--- a/README.md
+++ b/README.md
@@ -161,11 +161,12 @@ The instructions below assume that you are using Linux (native or WSL) or macOS.
* CMake 3.13+
* If you are on Ubuntu 18.04, you must first [update CMake by using the official CMake APT repository](https://apt.kitware.com/).
* ccache (to speed up builds)
+* xdelta3
Ubuntu users can install those dependencies by running:
```shell
-sudo apt install python3 ninja-build cmake ccache
+sudo apt install python3 ninja-build cmake ccache xdelta3
```
Additionally, you'll also need: