From fbb46f38dcbda7ad4540054dd3a822ec4c9b8e2a Mon Sep 17 00:00:00 2001 From: Alex Kanitz <alexander.kanitz@unibas.ch> Date: Fri, 24 Jan 2020 15:25:55 +0100 Subject: [PATCH] script executable; docs renamed --- scripts/{README.md => labkey_api.md} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename scripts/{README.md => labkey_api.md} (87%) diff --git a/scripts/README.md b/scripts/labkey_api.md similarity index 87% rename from scripts/README.md rename to scripts/labkey_api.md index c5cf047..04e3ec0 100644 --- a/scripts/README.md +++ b/scripts/labkey_api.md @@ -1,4 +1,7 @@ -In order to connect to the LabKey through API, you will first need to create a file `.netrc` in your home directory: +> **NOTE**: Include this info in the main doc in the root directory once available + +In order to connect to the LabKey through API, you will first need to create a file `.netrc` in your +home directory: ```bash touch ${HOME}/.netrc -- GitLab