Linux tips: Getting files from Github

Linux tips: Getting files from Github

  1. # apt-get update
  2. # apt-get install git
  3. # git clone https://github.com/????????/???????

Comments