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.
### 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
......
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