diff --git a/README.md b/README.md new file mode 100644 index 0000000..0dfefc7 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# plasma-applet-netspeed-widget +Plasma 5 widget that displays the currently used network bandwidth. + +Based on the [Plasma 4 widget](http://kde-apps.org/content/show.php/netspeed-plasmoid?content=140504) created by Pinter Sandor. + +# Installation +``` +git clone https://github.com/HessiJames/plasma-applet-netspeed-widget +cd plasma-applet-netspeed-widget +mkdir build +cd build +cmake -DCMAKE_INSTALL_PREFIX=/usr .. +make +sudo make install +```