diff options
author | r <r@freesoftwareextremist.com> | 2020-02-01 14:21:10 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-02-01 14:21:10 +0000 |
commit | 6e89e46326d774b5789a8fa8449b119a691a6472 (patch) | |
tree | cc775668ff05f63093055b195068cda9386c56a1 | |
parent | 9cf648eaa3c2d158cc4aafda73738f7fe173ca84 (diff) | |
download | bloat-6e89e46326d774b5789a8fa8449b119a691a6472.tar.gz bloat-6e89e46326d774b5789a8fa8449b119a691a6472.zip |
Update README
-rw-r--r-- | README | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -10,21 +10,12 @@ Requirements: - Go 1.11 -External dependencies: - -- Fork of go-masodon (https://github.com/mattn/go-mastodon) -- gorilla/mux (https://github.com/gorilla/mux) - - Building and Installation: -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. +Edit the provided config file. See the bloat.conf file for more details. $ ed bloat.conf Run the binary @@ -35,12 +26,6 @@ listen address. You can also setup a reverse HTTP proxy to serve the frontend ov TLS connection. -Notes: - -A database reset is required after changing the values of config options client_name, -client_scope or client_website. - - License: To the extent possible under law, the author have dedicated all copyright and |