Merge pull request #27 from FoxFromDarkness66/patch-1
Add AUR installation method
This commit is contained in:
commit
0687f44137
1 changed files with 3 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue