aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-01-03 11:04:26 -0500
committerGitHub <noreply@github.com>2017-01-03 11:04:26 -0500
commit3df0b837ce5ff06f97ae4e3592fd56f4fa4f02a6 (patch)
tree04bfac6fa4e45176310a6ef3e56977f427845d7a
parentUpdate README.md (diff)
downloadlumina-3df0b837ce5ff06f97ae4e3592fd56f4fa4f02a6.tar.gz
lumina-3df0b837ce5ff06f97ae4e3592fd56f4fa4f02a6.tar.bz2
lumina-3df0b837ce5ff06f97ae4e3592fd56f4fa4f02a6.zip
Update 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