From f8e080c3e3de30caa744a931038f76d6d1b5a5ae Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Mon, 22 Apr 2024 20:21:01 +0200 Subject: [PATCH] :memo: add repo tool install instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 45420bb..81ddf74 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ This project is not affiliated with Google, CalyxOS, Magisk or any other tool us $ sudo apt update $ sudo apt install bc curl default-jdk-headless default-jre-headless git libncurses5 libncurses5-dev libssl-dev lz4 m4 python3-lxml python3-protobuf python3-yaml python-is-python3 rsync zip ``` +```console +$ curl https://storage.googleapis.com/git-repo-downloads/repo | sudo tee /usr/local/bin/repo > /dev/null +$ sudo chmod +x /usr/local/bin/repo +``` #### Selecting a suitable storage location ```console