Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-javascript
Commits
43c89b06
Unverified
Commit
43c89b06
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
docs: remove ssh instructions from readme
Now the project is public these are no longer needed.
parent
6c7f1e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
README.md
README.md
+1
-15
No files found.
README.md
View file @
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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment