diff --git a/README.md b/README.md index 32af7dfd75c66076d218ab1b2b60ca2c821dd7c3..d85f7d547b418401a1bdd625325d559b3a1748ae 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,14 @@ To start Shimmer in the background, you can also simply use [Docker Compose](htt ``` docker-compose up -d ``` + +### Install Glumb visualizer + +Install both the Glumb visualizer and socket.io client lib within the root folder/where the binary is located: +```bash +git clone https://github.com/glumb/IOTAtangle.git +// only this version seems to be stable +cd IOTAtangle && git reset --hard 07bba77a296a2d06277cdae56aa963abeeb5f66e +cd ../ +git clone https://github.com/socketio/socket.io-client.git +``` diff --git a/plugins/graph/README.md b/plugins/graph/README.md deleted file mode 100644 index da7c4ca7925aaed7a7177c4a9dc69d661f0178d1..0000000000000000000000000000000000000000 --- a/plugins/graph/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# How to install this plugin -- Run the following commands in this folder (or set `graph.socketioPath` and `graph.webrootPath` in your config if you want to use another path) - -```bash -git clone https://github.com/glumb/IOTAtangle.git -cd IOTAtangle && git reset --hard 07bba77a296a2d06277cdae56aa963abeeb5f66e -cd ../ -git clone https://github.com/socketio/socket.io-client.git -``` \ No newline at end of file