diff --git a/website/docs/install/_common/_automated-install.mdx b/website/docs/install/_common/_automated-install.mdx index e8ce55a..bbaa041 100644 --- a/website/docs/install/_common/_automated-install.mdx +++ b/website/docs/install/_common/_automated-install.mdx @@ -99,7 +99,7 @@ without creating local 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 @@ -116,7 +116,7 @@ The next step is to install the `xpm install @xpack-dev-tools/riscv-none-elf-gcc@latest --verbose` } -The main result is a set of : +The main result is a set of in the `.bin` folder: { `${ props.isWindows === 'True' ? 'dir xpacks\\.bin' : 'ls -l xpacks/.bin' }`