Skip to content

Commit e7a295b

Browse files
committed
Simplify setup
1 parent 76481f8 commit e7a295b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can switch between the two by following the instructions below.
1717
Open a terminal/console, connect to `lxplus.cern.ch` and prepare your working area:
1818

1919
~~~
20-
ssh -L localhost:8888:localhost:8888 <YOUR USERNAME>@lxplus.cern.ch
20+
ssh <YOUR USERNAME>@lxplus.cern.ch
2121
cd /eos/user/${USER:0:1}/${USER}
2222
~~~
2323
{: .language-bash}
@@ -47,7 +47,7 @@ cp -r ~/.globus /eos/user/${USER:0:1}/${USER}
4747
## Cloning the repository
4848

4949
~~~
50-
git clone git@github.com:cms-jet/JMEDAS.git -b DASJune2025 --single-branch --depth=1
50+
git clone https://github.com/cms-jet/JMEDAS.git -b DASJune2025 --single-branch --depth=1
5151
cd JMEDAS/notebooks/DAS/
5252
~~~
5353
{: .language-bash}

0 commit comments

Comments
 (0)