diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a93f63e02b..a248607b88 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -37,7 +37,7 @@ First, you'll need to clone this repository and make a symlink. ```text mkdir -p ~/ondemand/dev -git clone https://github.com/OSC/ondemand.git ~/ondemand/src +git clone git@github.com:OSC/ondemand.git ~/ondemand/src cd ~/ondemand/dev ln -s ../src/apps/dashboard ```