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
3 changes: 2 additions & 1 deletion miktex-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ miktex-metapost
miktex-metapost-bin-x64-2.9
miktex-mfware-bin-x64-2.9
miktex-misc
miktex-mkfntmap-bin-x64-2.9
miktex-mktex-bin-x64-2.9
miktex-mo-bin-x64-2.9
miktex-mpfr-bin-x64-2.9
Expand Down Expand Up @@ -256,3 +255,5 @@ zapfchan
zapfding
zerohyph
zhmetrics
colortbl
letltxmacro
2 changes: 1 addition & 1 deletion source/docs/contributing/frc-docs/build-instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Ensure that Python is in your Path by selecting the **Add Python to PATH** toggl

Once Python is installed, open up Powershell. Then navigate to the frc-docs directory. Run the following command: ``pip install -r source/requirements.txt``

Install the missing MikTex packages by navigating to the frc-docs directory, then running the following command from Powershell: ``mpm --verbose --require=@miktex-packages.txt``
Install the missing MikTex packages by navigating to the frc-docs directory, then running the following command from Powershell: ``miktex --verbose packages require --package-id-file miktex-packages.txt``

Linux (Ubuntu)
^^^^^^^^^^^^^^
Expand Down