Skip to content

Commit 45e3588

Browse files
authored
fix vendordep local mode docs (#957)
1 parent 4601b52 commit 45e3588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/docs/software/vscode-overview/3rd-party-libraries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Command-Line Interface (Online)
9595

9696
Adding a vendor library dependency from the vendor URL can also be done through the command-line via a gradle task. Open a command-line instance at the project root, and enter ``gradlew vendordep --url=<url>`` where ``<url>`` is the vendor JSON URL. This will add the vendor library dependency JSON file to the ``vendordeps`` folder of the project. Vendor libraries can be updated the same way.
9797

98-
The ``vendordep`` gradle task can also fetch vendordep JSONs from the user ``wpilib`` folder. To do so, pass ``$FRCLOCAL/Filename.json`` as the file URL. For example, ``gradlew vendordep --url=$FRCLOCAL/WPILibNewCommands.json`` will fetch the JSON for the new command-based framework.
98+
The ``vendordep`` gradle task can also fetch vendordep JSONs from the user ``wpilib`` folder. To do so, pass ``FRCLOCAL/Filename.json`` as the file URL. For example, ``gradlew vendordep --url=FRCLOCAL/WPILibNewCommands.json`` will fetch the JSON for the new command-based framework.

0 commit comments

Comments
 (0)