mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
fix typo
This commit is contained in:
@ -84,7 +84,7 @@ Several Nix virtual machine definitions are provided by the project for testing
|
|||||||
and developing Ghostty against multiple different Linux desktop environments.
|
and developing Ghostty against multiple different Linux desktop environments.
|
||||||
|
|
||||||
Running these requires a working Nix installation, either Nix on your
|
Running these requires a working Nix installation, either Nix on your
|
||||||
favorite Linux distribution, NixOS, or macOS with nix-darwin installed. Futher
|
favorite Linux distribution, NixOS, or macOS with nix-darwin installed. Further
|
||||||
requirements for macOS are detailed below.
|
requirements for macOS are detailed below.
|
||||||
|
|
||||||
VMs should only be run on your local desktop and then powered off when not in
|
VMs should only be run on your local desktop and then powered off when not in
|
||||||
@ -128,7 +128,7 @@ We welcome the contribution of new VM definitions, as long as they meet the foll
|
|||||||
#### VM Definition Criteria
|
#### VM Definition Criteria
|
||||||
|
|
||||||
1. VMs should be as minimal as possible so that they build and launch quickly.
|
1. VMs should be as minimal as possible so that they build and launch quickly.
|
||||||
Additonal software can be added at runtime with a command like `nix run nixpkgs#<package name>`.
|
Additional software can be added at runtime with a command like `nix run nixpkgs#<package name>`.
|
||||||
2. VMs should not expose any services to the network, or run any remote access
|
2. VMs should not expose any services to the network, or run any remote access
|
||||||
software like SSH, VNC or RDP.
|
software like SSH, VNC or RDP.
|
||||||
3. VMs should auto-login using the "ghostty" user.
|
3. VMs should auto-login using the "ghostty" user.
|
||||||
|
Reference in New Issue
Block a user