From 67215324dfc1de9dcda5fe0e7da210ab0ea1dfc3 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sun, 22 Dec 2019 18:25:41 -0500 Subject: [PATCH] update defaults, readme --- README.md | 15 ++++++--------- bunbun.default.toml | 3 ++- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3392b76..f53c2f9 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,14 @@ not exist. You should model your own custom routes after the provided ones. If configuring for development, no further configuration is required. If running this for production, you should edit the `public_address` field. +the config file is watched, so updates are immediate unless invalid, or if +you're using certain programs such as nvim, which performs updating a file via +swapping rather than directly updating the file. + ### Adding bunbun as a search engine -bunbun supports the [OpenSearch Description Format][osdf]. - -For Chrome, simply visiting the index page will auto add bunbun as a search -engine. You simply need to set it as a default in your preferences. - -For Firefox, you need to explicitly add bunbun as a search engine. This can be -done by clicking the three dots next to the star button on the url box, and -clicking on "Add Search Engine". Then, you can set it as your default search -engine. +bunbun supports the [OpenSearch Description Format][osdf]. Visit the root page +of your desired instance of bunbun to learn more. [rust-lang]: https://www.rust-lang.org/ [bunny1]: http://www.bunny1.org/ diff --git a/bunbun.default.toml b/bunbun.default.toml index 2564e6d..b3d21ce 100644 --- a/bunbun.default.toml +++ b/bunbun.default.toml @@ -1,4 +1,5 @@ -# The location which your server is listening on and binds to +# The location which your server is listening on and binds to. You must restart +# bunbun for changes to take effect for this config option. bind_address: "127.0.0.1:8080" # The root location where people can access your instance of bunbun