fix typo in FAQ (#713)

This commit is contained in:
Evan Martin 2024-01-19 22:51:05 -08:00 committed by GitHub
parent b5cbf67ee6
commit 7bb50b5e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Tart doesn't yet have an analogue of Anka Controller for managing long living VM
## VM location on disk
Tart stores all it's files in `~/.tart/` directory. Local images that you can run are stored in `~/.tart/vms/`.
Tart stores all its files in `~/.tart/` directory. Local images that you can run are stored in `~/.tart/vms/`.
Remote images are pulled into `~/.tart/cache/OCIs/`.
## Nested virtualization support?