Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -11,8 +11,8 @@ source: https://github.com/tldr-pages/tldr.git
- Create a Distrobox container using the Ubuntu image:
`distrobox-create {{container_name}} --image {{ubuntu:latest}}`
`distrobox-create {{container_name}} {{[-i|--image]}} {{ubuntu:latest}}`
- Clone a Distrobox container:
`distrobox-create --clone {{container_name}} {{cloned_container_name}}`
`distrobox-create {{[-c|--clone]}} {{container_name}} {{cloned_container_name}}`