diff --git a/README.md b/README.md index d78de1a..0c1263e 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,18 @@ https://hostyoself.com/confidentcat/ Now if you have a file in your folder `README.md` you can access it with the public URL `https://hostyoself.com/confidentcat/README.md`, directly from your computer! If you're on a Mac, you can install with Homebrew: + ``` brew tap schollz/homebrew https://github.com/schollz/homebrew-tap.git brew install hostyoself ``` +Or you can host your current directory using Docker: + +``` +$ docker run -v `pwd`:/data schollz/hostyoself +``` + ## Run your own relay Want to run your own relay? Its easy.