1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:55:24 +02:00

arch: add -arm64 example (#9830)

This commit is contained in:
Axel Navarro 2023-02-07 18:22:36 +00:00 committed by GitHub
parent de541d7d18
commit d6d48e8c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,3 +11,7 @@
- Run a command using x86_64:
`arch -x86_64 "{{command}}"`
- Run a command using arm:
`arch -arm64 "{{command}}"`