From 44b9cdf4a6c4b48f53b4e35b51380d15f03b9b12 Mon Sep 17 00:00:00 2001
From: Dr Amy Krause <a.krause@epcc.ed.ac.uk>
Date: Mon, 21 Oct 2024 12:38:31 +0000
Subject: [PATCH] Update README.md

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5fb6279..0bb4a70 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,17 @@
 
 ## Installation
 
+On the local notebook server clone this repository and install.
+
 ```
+git clone https://gitlab.eidf.ac.uk/akrause/jupyter-remote.git
 cd jupyter-remote
 pip install . --user
 ```
 
 ## Kubeconfig
 
-The kubeconfig for the remote Kubernetes cluster must be available in the user space. Default path is `$HOME/.kube/config`.
+The kubeconfig for the remote Kubernetes cluster must be available in the user space. Default path is `$HOME/.kube/config`. Jupyterlab doesn't seem to like paths starting with `.` when creating a new directory in the GUI so you'll have to create the `.kube` directory in a terminal.
 
 ## Load extension
 
-- 
GitLab