Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang authored Jan 4, 2024
1 parent af1f270 commit 6194bfd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6194bfd

Please sign in to comment.