Commit db7232dd authored by Dan Jones's avatar Dan Jones
Browse files

Merge branch '8-remove-ssh-install-instructions-from-readme' into 'dev'

Resolve "Remove ssh install instructions from README"

Closes #8

See merge request !6
parents 6c7f1e9f 43c89b06
...@@ -44,24 +44,10 @@ use `@nuxtjs/axios` instead. ...@@ -44,24 +44,10 @@ use `@nuxtjs/axios` instead.
### Yarn ### Yarn
#### Once public
```yarn ```yarn
yarn add git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript.git 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
```npm ```npm
...@@ -138,4 +124,4 @@ in the case of a failure/abort a message can be sent to all parties ...@@ -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. which bypasses any existing messages in the publish queue.
The client implementation can chose to take no-action on decoding one of The client implementation can chose to take no-action on decoding one of
these messages but they will be made available to all clients. these messages but they will be made available to all clients.
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment