mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 03:55:22 +02:00
arch: add -arm64 example (#9830)
This commit is contained in:
parent
de541d7d18
commit
d6d48e8c3c
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@
|
||||||
- Run a command using x86_64:
|
- Run a command using x86_64:
|
||||||
|
|
||||||
`arch -x86_64 "{{command}}"`
|
`arch -x86_64 "{{command}}"`
|
||||||
|
|
||||||
|
- Run a command using arm:
|
||||||
|
|
||||||
|
`arch -arm64 "{{command}}"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue