aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 995fc54a..ae351245 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ Please create a ticket through the GitHub issues tracker on this repository. Sim
How to build from source
----
1) Checkout the source repo to your local box (GitHub gives a few methods for this)
+
Examples:
* To checkout the master branch of the repo, run `git clone https://github.com/trueos/lumina` to create a "lumina" directory with a local copy of the source tree.
* To update an exising checkout of the Lumina repo, run "git pull" while within your local copy of the source tree.
bgstack15