Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 567 Bytes

File metadata and controls

32 lines (23 loc) · 567 Bytes

Simple Plugins for Dwarf > 2.0.0

https://github.com/iGio90/Dwarf

Installation

Each Directory contains a simple Plugin

git clone https://github.com/PinkiePieStyle/dwarf_example_plugins.git

Linux

copy the plugin to ~/.dwarf/plugins/

ex:

cd dwarf_example_plugins
cp -r process_info ~/.dwarf/plugins/

Windows

copy the plugin to %HOMEDRIVE%%HOMEPATH%/.dwarf/plugins/

ex:

cd dwarf_example_plugins
xcopy /I /E process_info %HOMEDRIVE%%HOMEPATH%\.dwarf\plugins\process_info

Warning

Don't use these Plugins in Production!