Remove unnecessary '='
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
08de6a67bb
commit
6c41ede309
|
@ -20,4 +20,4 @@ Now you have an executable program `babelweb2`.
|
||||||
|
|
||||||
By default, the web interface runs on port 8080. You can also specify a different endpoint with the `-http` parameter.
|
By default, the web interface runs on port 8080. You can also specify a different endpoint with the `-http` parameter.
|
||||||
|
|
||||||
babelweb2 uses the local configuration interface of babeld. This must have been activated beforehand. babeld assumes that this is active on `[::1]:33123`. Alternatively, you can specify the endpoint with the `-node=` flag.
|
babelweb2 uses the local configuration interface of babeld. This must have been activated beforehand. babeld assumes that this is active on `[::1]:33123`. Alternatively, you can specify the endpoint with the `-node` flag.
|
||||||
|
|
Loading…
Reference in New Issue