mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-06 03:48:45 +00:00
Change config file lookup
- Look for both local and global config file - Directly generate the global config file with make install
This commit is contained in:
parent
21ef7a6610
commit
003233d60d
6 changed files with 40 additions and 35 deletions
4
README
4
README
|
@ -15,11 +15,11 @@ Building and Installation:
|
|||
Typing make will build the binary
|
||||
$ make
|
||||
|
||||
Edit the provided config file. See the bloat.conf file for more details.
|
||||
Edit the default config file. See the bloat.conf file for more details.
|
||||
$ ed bloat.conf
|
||||
|
||||
Run the binary
|
||||
$ ./bloat -f bloat.conf
|
||||
$ ./bloat
|
||||
|
||||
You can now access the frontend at http://127.0.0.1:8080, which is the default
|
||||
listen address. See the INSTALL file for more details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue