WingLongitude / lontra-harvester

Lontra is a tool used as a Harvester to ingest biodiversity data
MIT License
1 stars 3 forks source link

Instruction at SourceSetup page assume user has contributor access #33

Closed dvdscripter closed 8 years ago

dvdscripter commented 8 years ago

Ssh cloning will ask passphrase.

git clone git@github.com:Canadensys/narwhal-processor.git
cd narwhal-processor
mvn clean install

Should be this one to allow anonymous cloning:

git clone https://github.com/Canadensys/narwhal-processor.git
cd narwhal-processor
mvn clean install

I'll edit this page and others correcting and link this issue for documenting purposes.

cgendreau commented 8 years ago

ok, thanks

tigreped commented 8 years ago

Excellent, David!