Skip to content

Commit b77b0ed

Browse files
authored
Update 06_example.md (#130)
Signed-off-by: ahcorde <ahcorde@gmail.com>
1 parent 22434e2 commit b77b0ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tutorials/06_example.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ For example, we can build the `hello_plugin` example plugin:
4545
Then create the plugins directory and copy the generated library to it so that Ignition GUI can find the plugin:
4646

4747
mkdir -p ~/.ignition/gui/plugins
48+
# Linux
4849
cp libHelloPlugin.so ~/.ignition/gui/plugins/
50+
# MacOS
51+
cp libHelloPlugin.dylib ~/.ignition/gui/plugins/
4952

5053
Now you can use the command line to open it:
5154

0 commit comments

Comments
 (0)