From a28cc7afcef9c165dc928951a3797ec12c0897ac Mon Sep 17 00:00:00 2001 From: devydave Date: Thu, 13 Aug 2026 20:41:04 +0200 Subject: [PATCH] docs: more formatting and typo --- nix/hosts/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/hosts/README.md b/nix/hosts/README.md index 6065c474..6e09bf58 100644 --- a/nix/hosts/README.md +++ b/nix/hosts/README.md @@ -36,7 +36,7 @@ abra.testing = { externalInterface = "eth1"; # adjust this to your network interface that has access to the internet }; ``` -You can look up the interface with `ip link`. After that rebuild your system and you are read to go. +You can look up the interface with `ip link`. After that rebuild your system and you are ready to go. ## Get started All commands are run on the repository root path. @@ -46,6 +46,7 @@ The VM will create a shared volume from the content of the file `tests/resources Set the content of the file to the path of your abra repository. This will share the repository from your machine with the VM and you can edit files while testing without rebuiling or restarting the VM. + 2. Create the VMs ```sh make vm-client-create @@ -58,6 +59,7 @@ make vm-server-start ``` After running that command you should be able to ping the machines. The client runs on 10.0.0.2 and server 10.0.0.3 + 4. Connect to the client Running the following command will connect to the client VM via SSH.