From 43c89b063f17f6dba3ef2bd180a850333e5be63c Mon Sep 17 00:00:00 2001
From: Dan Jones <dan.jones@noc.ac.uk>
Date: Wed, 25 Jan 2023 14:00:53 +0000
Subject: [PATCH] docs: remove ssh instructions from readme

Now the project is public these are no longer needed.
---
 README.md | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 3d744e7..8a2db3f 100644
--- a/README.md
+++ b/README.md
@@ -44,24 +44,10 @@ use `@nuxtjs/axios` instead.
 
 ### Yarn
 
-#### Once public
-
 ```yarn
 yarn add git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript.git
 ```
 
-#### For now 
-
-```yarn
-# You may need to tell it how to use your ssh key
-eval `ssh-agent -s` 
-ssh-add ~/.ssh/id_rsa  
-export GIT_SSH_COMMAND="/usr/bin/ssh -i /home/danjon/.ssh/id_rsa -o IdentitiesOnly=yes"
-
-# Then you can install the private repo via ssh
-yarn add ssh://git@git.noc.ac.uk:communications-backbone-system/backbone-adapter-javascript.git#1-import-prototype-adapter-code-from-example-web-client
-```
-
 ### NPM
 
 ```npm
@@ -138,4 +124,4 @@ in the case of a failure/abort a message can be sent to all parties
 which bypasses any existing messages in the publish queue. 
 
 The client implementation can chose to take no-action on decoding one of 
-these messages but they will be made available to all clients. 
\ No newline at end of file
+these messages but they will be made available to all clients. 
-- 
GitLab