From 011cc254904af7dd9507f2a008325fd92a353546 Mon Sep 17 00:00:00 2001 From: FixFromDarkness <46557274+FoxFromDarkness66@users.noreply.github.com> Date: Fri, 5 Aug 2022 12:25:05 +0300 Subject: [PATCH] Update AUR installation method --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 4d2c74c..2fb6af4 100644 --- a/README.MD +++ b/README.MD @@ -108,7 +108,7 @@ Remember, MicroBin will create your database and file storage wherever you execu `microbin --highlightsyntax --editable` ### From AUR (for any Arch-based distro) -Install `microbin` package from AUR and start/enable microbin systemd service. Systemd will start server on port 8080, which can be [changed](https://wiki.archlinux.org/title/Systemd#Editing_providd_units) via `systemctl edit microbin`. By default, almost all functions are enabled, and data is stored in `/var/lib/microbin` +Install `microbin` package from AUR and start/enable microbin systemd service. Systemd will start server on 127.0.0.1:8080 with almost all features enabled, but this can be changed in `/etc/microbin.conf`. ### Building MicroBin