From c2cb09e3b151085c54a48546943fc2d0d12ed503 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 23 Dec 2021 12:21:33 +0000 Subject: [PATCH] Update Get it Running - Step by Step.md --- source/usage/Get it Running - Step by Step.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/usage/Get it Running - Step by Step.md b/source/usage/Get it Running - Step by Step.md index 4c0c692..c0946eb 100644 --- a/source/usage/Get it Running - Step by Step.md +++ b/source/usage/Get it Running - Step by Step.md @@ -87,14 +87,14 @@ Go to the line starting with `{actors_connections =` and after the following `[` Now you have to set the access-permissions to your machine.
Go to the line starting with `, machines =`. and after the `{` you can add a machine:
-`Name-of-your-Machine = -{ description = Some "I am your first Testmachine" - , disclose = "lab.test.read" - , manage = "lab.test.admin" - , name = "Shelly Rot" - , read = "lab.test.read" - , write = "lab.test.write" - },` +`Name-of-your-Machine =
+ { description = Some "I am your first Testmachine"
+ , disclose = "lab.test.read"
+ , manage = "lab.test.admin"
+ , name = "Shelly Rot"
+ , read = "lab.test.read"
+ , write = "lab.test.write"
+ },`
Change the third IP-adress under "listens" to the IP-adress of your computer. **- save**