diff --git a/doc/tor-hidden-service.html b/doc/tor-hidden-service.html index fd720fb859..c1f00ce0ab 100644 --- a/doc/tor-hidden-service.html +++ b/doc/tor-hidden-service.html @@ -188,8 +188,9 @@ the command-line, by far the best way to go is to install thttpd. Just grab the latest tarball, untar it (it will create its own directory), and run ./configure && make. Then mkdir hidserv, cd hidserv, and run -"../thttpd -p 5222 -h localhost". Wham, you're running a webserver on -port 5222. You can put files to serve in the hidserv directory. +"../thttpd -p 5222 -h localhost". It will give you back your prompt, +and now you're running a webserver on port 5222. You can put files to +serve in the hidserv directory.
If you're on Windows, ...