Skip to content

Commit a9c23c6

Browse files
authored
Update installer picture and text (#952)
* Update installer picture Corresponds to wpilibsuite/WPILibInstaller-Avalonia#110 * Update for additional installer changes Add finished page Update pictures and text Clarify that mac and linux only install for current user
1 parent 28d2ed8 commit a9c23c6

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed
15.5 KB
Loading
2.3 KB
Loading
8.13 KB
Loading
16.1 KB
Loading
10 KB
Loading

source/docs/zero-to-robot/step-2/wpilib-setup.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ This next screen involves downloading VS Code. Unfortunately, due to licensing r
6060

6161
- Skips installing VS Code. Useful for advanced installations or configurations. Generally not recommended.
6262

63-
- Select Existing VS Code Download
63+
- Use Downloaded Offline Installer
6464

6565
- Selecting this option will bring up a prompt allowing you to select a pre-existing zip file of VS Code that has been downloaded by the installer previously. This option does **not** let you select an already installed copy of VS Code on your machine.
6666

67-
- Download VS Code for Offline Installs
67+
- Download VS Code for Offline Install
6868

6969
- This option downloads and saves a copy of VS Code for all platforms, which is useful for sharing the copy of the installer.
7070

@@ -75,14 +75,20 @@ Go ahead and select :guilabel:`Download VS Code for Single Install`. This will b
7575

7676
This showcases a list of options included with the WPILib installation. It's advised to just leave the default options selected.
7777

78-
You will notice two buttons, :guilabel:`Install for this User` and :guilabel:`Install for all Users`. :guilabel:`Install for this User` only installs it on the current user account, and does not require administrator privileges. However, :guilabel:`Install for all Users` installs the tools for all system accounts and *will* require administrator access.
78+
You will notice two buttons, :guilabel:`Install for this User` and :guilabel:`Install for all Users`. :guilabel:`Install for this User` only installs it on the current user account, and does not require administrator privileges. However, :guilabel:`Install for all Users` installs the tools for all system accounts and *will* require administrator access. :guilabel:`Install for all Users` is not an option for macOS and Linux.
7979

8080
Select the option that is appropriate for you, and you'll presented with the following installation screen.
8181

8282
.. image:: images/wpilib-setup/installer-installing.png
8383
:alt: Installer progress bar
8484

85-
Congratulations, the WPILib development environment and tooling is now installed on your computer!
85+
After installation is complete, you will be presented with the finished screen.
86+
87+
.. image:: images/wpilib-setup/installer-finish.png
88+
:alt: Installer finished screen.
89+
90+
91+
Congratulations, the WPILib development environment and tooling is now installed on your computer! Press Finish to exit the installer.
8692

8793
Post-Installation
8894
-----------------

0 commit comments

Comments
 (0)