diff --git a/README.md b/README.md index 5d2685c..701c050 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,7 @@ This is the official [bettercap](https://www.bettercap.org/)'s web UI. ## Installation -Make sure you have the [latest version of bettercap](https://github.com/bettercap/bettercap/releases), then: - -```sh -sudo bettercap -eval "caplets.update; ui.update; q" -``` - -Edit the access credentials in `/usr/local/share/bettercap/caplets/http-ui.cap` and start the `http-ui` caplet (you can instead use the `https-ui` caplet to use SSL, in which case you'll need to import bettercap's self signed certificate or use a certificate that your browser will accept): - -```sh -sudo bettercap -caplet http-ui -``` - -The web ui will be available at `http://127.0.0.1/`. - -For further information, [refer to bettercap's documentation](https://www.bettercap.org/). +Refer to [bettercap's documentation](https://www.bettercap.org/usage/#web-ui). ## Building from Sources