diff options
author | r <r@freesoftwareextremist.com> | 2020-02-18 21:48:21 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-02-18 21:48:21 +0000 |
commit | 39a3bb7f3566ca0b7020d10abd5d5815096b49cb (patch) | |
tree | 55527f5b3a508c1f869c533a8f0eef4ff944cf9c /README | |
parent | d028eb507733bde55c2c79740c699672d623fe07 (diff) | |
download | bloat-39a3bb7f3566ca0b7020d10abd5d5815096b49cb.tar.gz bloat-39a3bb7f3566ca0b7020d10abd5d5815096b49cb.zip |
Update makefile and install instructions
Updated makefile now performs installation without overwriting config
and database directory.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ $ ed bloat.conf Run the binary $ ./bloat -f bloat.conf -You can now access the frontend at http://localhost:8080, which is the default +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. |