Skip to content

Commit

Permalink
Update 06_example.md (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde authored Sep 29, 2020
1 parent 22434e2 commit b77b0ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tutorials/06_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ For example, we can build the `hello_plugin` example plugin:
Then create the plugins directory and copy the generated library to it so that Ignition GUI can find the plugin:

mkdir -p ~/.ignition/gui/plugins
# Linux
cp libHelloPlugin.so ~/.ignition/gui/plugins/
# MacOS
cp libHelloPlugin.dylib ~/.ignition/gui/plugins/

Now you can use the command line to open it:

Expand Down

0 comments on commit b77b0ed

Please sign in to comment.