From 6194bfd2ce500144330344f08b8d104f90af2282 Mon Sep 17 00:00:00 2001 From: fxliang Date: Thu, 4 Jan 2024 13:29:02 +0800 Subject: [PATCH] chore: Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 29914ad..bfe35c0 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,22 @@ Usage: -c, --clean clean caches -v, --verbose verbose settings -l, --list list recipes in rppi + -m, --mirror arg configure github mirror + -p, --proxy arg configure git proxy ``` ## Examples(windows) +- to run rppi_get.exe with proxy specified in command line, update rppi index and with proxy `http://localhost:8118` for example +```cmd +rppi_get.exe -p http://localhost:8118 -u +``` + +- to run rppi_get.exe with mirror specified in command line, update rppi index and with mirror `https://hub.yzuu.cf/` for example +```cmd +rppi_get.exe -m https://hub.yzuu.cf/ -u +``` + - to update rppi index ```cmd rppi_get.exe -u