aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49c12bc..fbe1bd4 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,8 @@ export FRONTEND_HOSTNAME="<cluster's hostname, ex: dicluster>"
38# tell oar-p2p to auto detect that job and use it so you dont have to 38# tell oar-p2p to auto detect that job and use it so you dont have to
39# specify the job id. 39# specify the job id.
40# export OAR_P2P_INFER_JOB_ID=true 40# export OAR_P2P_INFER_JOB_ID=true
41# optionally, you can pass the cluster username if it differs from the local one
42# export CLUSTER_USERNAME="<cluster username>"
41``` 43```
42you can now use a tool like [direnv](https://direnv.net) or just `source` the file with those variables. 44you can now use a tool like [direnv](https://direnv.net) or just `source` the file with those variables.
43 45