diff options
author | Sander Vrijders <[email protected]> | 2017-06-07 11:52:22 +0200 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2017-06-07 11:53:20 +0200 |
commit | 4dced04d238234c98a7c8221c1a7c9cfb84bf88b (patch) | |
tree | 9aa1187ab9c341a5e53e2b4c56e912ec53b888e0 /README.md | |
parent | a530847d9a47dceb121eac00d42f456239f643a6 (diff) | |
download | rumba-4dced04d238234c98a7c8221c1a7c9cfb84bf88b.tar.gz rumba-4dced04d238234c98a7c8221c1a7c9cfb84bf88b.zip |
rumba: Install rumba-access on setup
This will install rumba-access on setup so that it can be used
anywhere.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -133,7 +133,6 @@ folder. To access a node once the experiment swapped in, use the following command (in the same terminal where ssh-agent was run in case of jFed): - $ $RUMBA/tools/rumba-access $NODE_NAME + $ rumba-access $NODE_NAME - Where $RUMBA is the location to the rumba repository and $NODE_NAME - is the name of the node to access.
\ No newline at end of file + Where $NODE_NAME is the name of the node to access.
\ No newline at end of file |