diff options
author | r <r@freesoftwareextremist.com> | 2020-01-31 18:18:31 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-01-31 18:18:31 +0000 |
commit | cd9306294d18d0b357fae3c1894b4f3f2d14c9c0 (patch) | |
tree | 925e8e10a0eb58ae689726a8bf6ffada949a16d3 /README | |
parent | a981085260af2623bd4988e4b9c0052e2e3035eb (diff) | |
download | bloat-cd9306294d18d0b357fae3c1894b4f3f2d14c9c0.tar.gz bloat-cd9306294d18d0b357fae3c1894b4f3f2d14c9c0.zip |
Add install target for make
- Update default config path accordingly
- Mention use of config file in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,17 +18,17 @@ External dependencies: Building and Installation: -Make sure you have GO installed. Other dependencies will be downloaded +Make sure you have Go installed. Other dependencies will be downloaded automatically. Typing make will build the binary $ make Edit the provided config file. See the default.conf file for more details. -$ ed default.conf +$ ed bloat.conf Run the binary -$ ./bloat +$ ./bloat -f bloat.conf You can now access the frontend at http://localhost:8080, which is the default listen address. You can also setup a reverse HTTP proxy to serve the frontend over |