docs: more formatting and typo
continuous-integration/drone/push Build is passing

This commit is contained in:
devydave
2026-08-13 20:41:04 +02:00
parent 21dccc895d
commit a28cc7afce
+3 -1
View File
@@ -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.