Skip to content

Commit

Permalink
website: re-generate common
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 29, 2024
1 parent 7a4e6bf commit d36b1af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/install/_common/_manual-install-linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ from, it is exactly the Node.js `process.platform` and `process.arch`.

To manually install the <b>xPack GNU RISC-V Embedded GCC</b>,
unpack the archive and move it
to <code>~/.local/xPacks/riscv-none-elf-gcc }</code> folder, for example
to <code>~/.local/xPacks/riscv-none-elf-gcc</code> folder, for example
<code>/home/ilg/.local/xPacks/riscv-none-elf-gcc/xpack-riscv-none-elf-gcc-{ customField('upstreamVersion') }-{ customField('xpackSubversion') }</code>:

<CodeBlock language="console"> {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/install/_common/_manual-install-macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from, it is exactly the Node.js `process.platform` and `process.arch`.
### Unpack

To manually install the <b>xPack GNU RISC-V Embedded GCC</b>,
unpack the archive and move it to <code>~/Library/xPacks/riscv-none-elf-gcc }</code> folder,
unpack the archive and move it to <code>~/Library/xPacks/riscv-none-elf-gcc</code> folder,
for example <code>/Users/ilg/Library/xPacks/riscv-none-elf-gcc/xpack-riscv-none-elf-gcc-{ customField('upstreamVersion') }-{ customField('xpackSubversion') }</code>:

<CodeBlock language="console"> {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/install/_common/_manual-install-windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The `win32` part is confusing, but we have to live with it.

To manually install the <b>xPack GNU RISC-V Embedded GCC</b>,
unpack the archive and move it to the
<code>%USERPROFILE%\\AppData\\Roaming\\xPacks\\riscv-none-elf-gcc }</code> folder
<code>%USERPROFILE%\\AppData\\Roaming\\xPacks\\riscv-none-elf-gcc</code> folder
(for example <code>C:\\Users\\ilg\\AppData\\Roaming\\xPacks\\riscv-none-elf-gcc\\xpack-riscv-none-elf-gcc-{ customField('upstreamVersion') }-{ customField('xpackSubversion') }</code>).

:::note
Expand Down

0 comments on commit d36b1af

Please sign in to comment.