From a35e5a2c906f7128d6a93b12ee44f894f9e7416b Mon Sep 17 00:00:00 2001 From: "anastasiya.boersch@unibas.ch" <anastasiya.boersch@unibas.ch> Date: Fri, 24 Jan 2020 14:14:22 +0100 Subject: [PATCH] Update README --- scripts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 764586c..15d3dbb 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,8 +1,8 @@ This is the description how to connect to the LabKey through API: 1. Create a file named ".netrc" in your home directory. This file must include the following three lines: -machine <remote-instance-of-labkey-server> -login <user-email> -password <user-password> +machine "remote-instance-of-labkey-server" +login "user-email" +password "user-password" E.g.: -- GitLab