Skip to content

Getting started with Lubuild

artmg edited this page Jan 27, 2016 · 2 revisions

Assuming you are going to be contributing at the same time as using the lubuild then it's easiest to use git...

 sudo apt-get install git
 ## optionally...
 # git config --global user.name "NewUser"
 # git config --global user.email [email protected]
 git clone https://github.com/artmg/lubuild.git
 git clone https://github.com/artmg/lubuild.wiki.git

refresh with updates

 # git pull ''what options?
Clone this wiki locally