aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-11-26 17:11:10 -0800
committerGravatar Tom Willemse2022-11-26 17:11:10 -0800
commit962a489840d695272c4fe266b8a7bb2a701f0a2b (patch)
treeefc99a73e46c7bdcd0d278a597f79480d8d37ad8
parentb380afd9ea2b8d25609b6ebeb2c9829324025637 (diff)
downloadupdate-mirrors-962a489840d695272c4fe266b8a7bb2a701f0a2b.tar.gz
update-mirrors-962a489840d695272c4fe266b8a7bb2a701f0a2b.zip
Highlight default values in README
-rw-r--r--README.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.org b/README.org
index 67544dc..2db3971 100644
--- a/README.org
+++ b/README.org
@@ -35,9 +35,9 @@ Note that my repository currently isn't signed, plus I'm just a random guy on th
There are a few configuration options. The configuration file =etc/xdg/update-mirrors/config.sh= is just a regular shell script sourced by the =update-mirrors= script.
-- =url= :: A string. The base URL for archlinux's mirrorlist generator. You probably don't have to change this. *Default*: https://www.archlinux.org/mirrorslist.
-- =countries= :: An array of strings. Which countries you want to include mirrors from. You will probably want to change this. *Default*: BE, NL.
-- =protocols= :: An array of strings. Which protocols to include. Available protocols are =http= and =https=. *Default*: http, https.
-- =ip_versions= :: An array of numbers. Which IP versions to include in the mirrorlist. Available versions are =4= and =6=. *Default*: 4.
-- =use_mirror_status= :: The string “on” or empty. Turning this on will make the generator filter the list of mirrors by the mirror score from the [[https://archlinux.org/mirrors/status/][Mirror Status]] page. *Default*: on
-- =dest= :: A string, a file path. Where to write the result to. You probably don't have to change this. *Default*: /etc/pacman.d/mirrorlist.
+- =url= :: A string. The base URL for archlinux's mirrorlist generator. You probably don't have to change this. *Default*: =https://www.archlinux.org/mirrorslist=.
+- =countries= :: An array of strings. Which countries you want to include mirrors from. You will probably want to change this. *Default*: =BE=, =NL=.
+- =protocols= :: An array of strings. Which protocols to include. Available protocols are =http= and =https=. *Default*: =http=, =https=.
+- =ip_versions= :: An array of numbers. Which IP versions to include in the mirrorlist. Available versions are =4= and =6=. *Default*: =4=.
+- =use_mirror_status= :: The string “on” or empty. Turning this on will make the generator filter the list of mirrors by the mirror score from the [[https://archlinux.org/mirrors/status/][Mirror Status]] page. *Default*: =on=
+- =dest= :: A string, a file path. Where to write the result to. You probably don't have to change this. *Default*: =/etc/pacman.d/mirrorlist=.