Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions source/docs/zero-to-robot/step-2/wpilib-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?
------------------

Expand Down