mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
reflector: add config file example (#15472)
This commit is contained in:
parent
10d0d7d4bb
commit
dd26f1f7c0
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
||||||
- Only get the 10 recently sync'd mirrors:
|
- Only get the 10 recently sync'd mirrors:
|
||||||
|
|
||||||
`reflector --latest {{10}}`
|
`reflector --latest {{10}}`
|
||||||
|
|
||||||
|
- Use a configuration file to fetch mirrors:
|
||||||
|
|
||||||
|
`sudo reflector @{{/etc/xdg/reflector/reflector.conf}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue