From 0a6eddf684778bcab953424e9cfbf89530be9a29 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 23 Dec 2021 12:23:50 +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 c0946eb..f9916de 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**