Update Dev-intro.rst

develop
Josh C 2021-06-15 18:18:48 -07:00 committed by GitHub
parent a938aa14a5
commit 662ba00dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -22,7 +22,7 @@ Plugins
DFHack plugins are written in C++ and located in the ``plugins`` folder. DFHack plugins are written in C++ and located in the ``plugins`` folder.
Currently, documentation on how to write plugins is somewhat sparse. There are Currently, documentation on how to write plugins is somewhat sparse. There are
templates that you can get use to get started in the ``plugins/skeleton`` templates that you can use to get started in the ``plugins/skeleton``
folder, and the source code of existing plugins can also be helpful. folder, and the source code of existing plugins can also be helpful.
If you want to compile a plugin that you have just added, you will need to add a If you want to compile a plugin that you have just added, you will need to add a