Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Better formatting for build instructions (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerth2 authored Jan 6, 2024
1 parent 9c31c21 commit 6febf9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/docs/contributing/photonvision/build-instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,19 @@ An architecture override is required to specify the deploy target's architecture
.. tab-item:: Linux

``./gradlew clean``

``./gradlew deploy -PArchOverride=linuxarm64``

.. tab-item:: macOS

``./gradlew clean``

``./gradlew deploy -PArchOverride=linuxarm64``

.. tab-item:: Windows (cmd)

``gradlew clean``

``gradlew deploy -PArchOverride=linuxarm64``

The ``deploy`` command is tested against Raspberry Pi coprocessors. Other similar coprocessors may work too.
Expand Down

0 comments on commit 6febf9b

Please sign in to comment.