aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2022-01-02 10:52:15 +0000
committerr <r@freesoftwareextremist.com>2022-01-02 10:55:26 +0000
commit003233d60da4a2b69260642e57757bba48021ca1 (patch)
tree2d429cdfb05c4473523538aef692f268020b0d40 /README
parent21ef7a66106958bd61534e5d0603b447e6fe306d (diff)
downloadbloat-003233d60da4a2b69260642e57757bba48021ca1.tar.gz
bloat-003233d60da4a2b69260642e57757bba48021ca1.zip
Change config file lookup
- Look for both local and global config file - Directly generate the global config file with make install
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9c76da1..b00592f 100644
--- a/README
+++ b/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.