Skip to content

Commit

Permalink
re-generate website
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 28, 2024
1 parent c044a0c commit 907d002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/install/_common/_automated-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ without creating local <LinksVsForwarders isWindows={ props.isWindows }/>
Upon initial use, ensure that a `package.json` file is present in the
project root folder.

This can be achieved by running `xpm init` in the desired folder
This can be achieved by running `xpm init` in the desired project folder
(substitute `my-project` accordingly):

```sh
Expand All @@ -116,7 +116,7 @@ The next step is to install the
`xpm install @xpack-dev-tools/riscv-none-elf-gcc@latest --verbose`
} </CodeBlock>

The main result is a set of <LinksVsForwarders isWindows={ props.isWindows }/>:
The main result is a set of <LinksVsForwarders isWindows={ props.isWindows }/> in the `.bin` folder:

<CodeBlock language="console"> {
`${ props.isWindows === 'True' ? 'dir xpacks\\.bin' : 'ls -l xpacks/.bin' }`
Expand Down

0 comments on commit 907d002

Please sign in to comment.