There was an error while loading. Please reload this page.
1 parent 76481f8 commit e7a295bCopy full SHA for e7a295b
1 file changed
setup.md
@@ -17,7 +17,7 @@ You can switch between the two by following the instructions below.
17
Open a terminal/console, connect to `lxplus.cern.ch` and prepare your working area:
18
19
~~~
20
-ssh -L localhost:8888:localhost:8888 <YOUR USERNAME>@lxplus.cern.ch
+ssh <YOUR USERNAME>@lxplus.cern.ch
21
cd /eos/user/${USER:0:1}/${USER}
22
23
{: .language-bash}
@@ -47,7 +47,7 @@ cp -r ~/.globus /eos/user/${USER:0:1}/${USER}
47
## Cloning the repository
48
49
50
-git clone git@github.com:cms-jet/JMEDAS.git -b DASJune2025 --single-branch --depth=1
+git clone https://github.com/cms-jet/JMEDAS.git -b DASJune2025 --single-branch --depth=1
51
cd JMEDAS/notebooks/DAS/
52
53
0 commit comments