How to use GitHub to install assemblers?
How to install assemblers through GitHub in the Ubuntu 16.04 terminal?
For example: SGA: https://github.com/jts/sga Minia: https://github.com/GATB/minia
I would be grateful if someone would explain me step by step.
• 1,982 views
•
link
1 answer
Write in terminal:
git clone https://github.com/GATB/minia.git
git clone https://github.com/jts/sga.git
Then go to cloned directories and follow installation instructions.
• 0 views
•
link
Log in to answer this question.
miniaincludes instructions of how toclone(make a local copy of) code from GitHub repo to your local machine. Then install.Into to using Git.