diff --git a/README.md b/README.md index e0bb9ed..8a63103 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,25 @@ Install for user * https://serverfault.com/questions/194832/how-to-start-stop-restart-launchd-services-from-the-command-line --> +Check Logs +========== + +**Linux**: + +``` +sudo journalctl -xefu telebit +``` + +**macOS**: + +``` +sudo tail -f /opt/telebit/var/log/info.log +``` + +``` +sudo tail -f /opt/telebit/var/log/error.log +``` + Uninstall ======= diff --git a/package.json b/package.json index 01b6d5b..35b7e75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telebit", - "version": "0.11.0", + "version": "0.11.1", "description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.", "main": "lib/remote.js", "bin": {