Skip to content

Commit f96c6ad

Browse files
committed
website: updates
1 parent 3c281bc commit f96c6ad

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

website/docs/install/index.mdx

+4-3
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,16 @@ mandatory to identify the package as an **xpm package**.
234234
### Install into the project
235235

236236
The next step is to install the
237-
**arm-none-eabi-gcc** package into the project:
237+
**arm-none-eabi-gcc** package into the project.
238+
239+
The command to install the **latest** available version of **arm-none-eabi-gcc** is:
238240

239241
<CodeBlock language="sh"> {
240242
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@latest --verbose
241243
`} </CodeBlock>
242244

243-
This command will install the latest available version.
244245

245-
To install a specific version, mention it explicitly:
246+
To install a **specific version**, specify it explicitly:
246247

247248
<CodeBlock language="sh"> {
248249
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${customField('version')} --verbose

website/docs/maintainer/_development-durations.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
{/* Below 5 minutes use "Several minutes later" */}
55
export const developmentDurations = {
6-
"work": "about 96 minutes (1h36m), without multi-libs, 295 minutes (4h55m) with multi-libs",
7-
"darwin-x64": "About 76 minutes (1h16m) later, 240 minutes (4h00m) with multi-libs",
8-
"darwin-arm64": "About 49 minutes later, 132 minutes (2h12m) with multi-libs",
9-
"linux-x64": "About 51 minutes later, 142 minutes (2h22m) with multi-libs",
10-
"win32-x64": "About 39 minutes later, 134 minutes (2h14m) with multi-libs",
11-
"linux-arm64": "About 353 minutes (5h53m) later, or 90 minutes (1h30m) on ampere, 239 minutes (3h59m) on ampere with multi-libs",
6+
"work": "about 90 minutes (1h30m), without multi-libs, 380 minutes (6h20m) with multi-libs",
7+
"darwin-x64": "About 78 minutes (1h18m) later, 291 minutes (4h51m) with multi-libs",
8+
"darwin-arm64": "About 46 minutes later, 155 minutes (2h35m) with multi-libs",
9+
"linux-x64": "About 56 minutes later, 188 minutes (3h08m) with multi-libs",
10+
"win32-x64": "About 43 minutes later, 178 minutes (2h58m) with multi-libs",
11+
"linux-arm64": "About 353 minutes (5h53m) later, or 96 minutes (1h36m) on ampere, 282 minutes (4h42m) on ampere with multi-libs",
1212
"linux-arm": "About 345 minutes (5h45m) later",
1313
}

0 commit comments

Comments
 (0)