add readme for websocket ui directory

This commit is contained in:
Jeff Becker 2016-11-01 10:56:35 -04:00
parent 9ab415da9d
commit 4a7fb5f526
No known key found for this signature in database
GPG key ID: AB950234D6EA286B

11
websocket-ui/readme.md Normal file
View file

@ -0,0 +1,11 @@
# i2pd websocket ui #
requires building i2pd with websocket support
make WEBSOCKETS=1
or
cd i2pd/build
cmake -DWITH_WEBSOCKETS=ON .