diff --git a/README.md b/README.md index 5959a97..960656d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ to all viewers via a webpage. ## Setup Run and assign a /64 IPv6 subnet to the created interface named `canvas`. -The program needs to run as root or with the `CAP_NET_ADMIN` capability +The program needs to run as root or with the `CAP_NET_ADMIN` capability. + +Access the webpage where the canvas is displayed at: http://localhost:9090/ ### Example ``` @@ -26,4 +28,4 @@ Where: - ``YYYY`` must be the target Y coordinate of the canvas, encoded as hexadecimal - ``RR`` target "red" value (0-255), encoded as hexadecimal - ``GG`` target "green" value (0-255), encoded as hexadecimal -- ``BB`` target "blue" value (0-255), encoded as hexadecimal \ No newline at end of file +- ``BB`` target "blue" value (0-255), encoded as hexadecimal