diff --git a/README.MD b/README.MD index d9ea214..f177e03 100644 --- a/README.MD +++ b/README.MD @@ -107,6 +107,9 @@ Remember, MicroBin will create your database and file storage wherever you execu `microbin --port 8080 --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` + ### Building MicroBin Simply clone the repository, build it with `cargo build --release` and run the `microbin` executable in the created `target/release/` directory. It will start on port 8080. You can change the port with `-p` or `--port` CL arguments. For other arguments see [the Wiki](https://github.com/szabodanika/microbin/wiki).