aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2021-12-15 16:29:07 -0500
committerGalen Guyer <galen@galenguyer.com>2021-12-15 16:29:07 -0500
commitd49bc09bb775adda59287be28837c9af6f0bcf1e (patch)
tree33b2e952185fd203104bd731299988bb75f36648
parentea271f4e9ddf09b11dab0dae03c553ff6598b7a9 (diff)
toml -> ini
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b8cc964..a35e612 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,10 @@ http {
run inital setup by copying in `constants.sh` and `setup.sh`, making `setup.sh` executable, and running `setup.sh`.
add the following lines to /etc/pacman.conf. if you've updated constants.sh, make sure to update below
-```toml
+```ini
[aur-builds]
SigLevel = Optional TrustAll
Server = file:///var/aur/repo
```
-if you have a gpg key, import it and run `pacman-key --add [PUBKEY_FILE]; pacman-key --lsign-key [KEY_ID]`. also add --sign to the aur command in `build.sh` \ No newline at end of file
+if you have a gpg key, import it and run `pacman-key --add [PUBKEY_FILE]; pacman-key --lsign-key [KEY_ID]`. also add --sign to the aur command in `build.sh`