README.md in boop-0.2.0 vs README.md in boop-0.3.0
- old
+ new
@@ -16,9 +16,26 @@
Or install it yourself as:
$ gem install boop
+## Server
+
+The recommended hosting solution is:
+
+* [iwantmyname](https://iwantmyname.com) for DNS (integrates with
+ Netlify)
+* [Netlify](https://netlify.com) for hosting (continuous deployment from
+ GitHub; acquire + deploy a LetsEncrypt cert in one click)
+* [GitHub](https://github.com), [GitLab](https://gitlab.com), or
+ [Bitbucket](https://bitbucket.org) for hosting (Netlify supports
+ continuous deployment from these services)
+* [LetsEncrypt](https://letsencrypt.org) — Netlify handles this
+ for you very easily.
+
+It does not need to be a public repository, as long as Netlify can
+access it.
+
## Configuration
* The directory `~/.boop` should be a git repository.
* The environment variable `BOOP_URL` should be a URL that points to the
contents of the repository.