diff --git a/source/docs/zero-to-robot/step-2/images/wpilib-setup/linux-enable-launching.png b/source/docs/zero-to-robot/step-2/images/wpilib-setup/linux-enable-launching.png new file mode 100644 index 0000000000..2365904825 Binary files /dev/null and b/source/docs/zero-to-robot/step-2/images/wpilib-setup/linux-enable-launching.png differ diff --git a/source/docs/zero-to-robot/step-2/wpilib-setup.rst b/source/docs/zero-to-robot/step-2/wpilib-setup.rst index c23381a623..dabae2e762 100644 --- a/source/docs/zero-to-robot/step-2/wpilib-setup.rst +++ b/source/docs/zero-to-robot/step-2/wpilib-setup.rst @@ -84,6 +84,24 @@ Select the option that is appropriate for you, and you'll presented with the fol Congratulations, the WPILib development environment and tooling is now installed on your computer! +Post-Installation +----------------- + +Some operating systems require some final action to complete installation. + +.. tabs:: + + .. group-tab:: macOS + + After installation, the installer opens the WPILib VS Code folder. Drag the VS Code application to the dock. + Eject WPILibInstaller image from the desktop. + + .. group-tab:: Linux + + Some versions of Linux (e.g. Ubuntu 20.04) require you to give the desktop shortcut the ability to launch. Right click on the desktop icon and select Allow Launching. + + .. image:: images/wpilib-setup/linux-enable-launching.png + What is Installed? ------------------