From 2ac67f636aaa63c088dd6f8fe01637a58c90cc26 Mon Sep 17 00:00:00 2001 From: Christian Grabowski Date: Sun, 21 May 2017 17:33:10 -0400 Subject: [PATCH] docs: update install method this updates the docs to only the most stable install processes --- README.md | 49 +++---------------------------------------------- 1 file changed, 3 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 2711f14..e875f54 100644 --- a/README.md +++ b/README.md @@ -16,58 +16,15 @@ For more details see this talk: https://www.youtube.com/watch?v=dGM8mYj8nz4&feat ## Install ``` - go get -d github.com/cpg1111/maestro + git clone git@github.com:cpg1111/maestro cd maestro + make docker ``` or ``` - git clone git@github.com/cpg1111/maestro.git - cd maestro -``` - -or - -``` - curl -L -o -z https://github.com/cpg1111/maestro/releases/download/v0.1.0/maestro-0.1.0-.tar.gz - tar -C xzvf maestro-0.1.0-.tar.gz - cd /maestro-0.1.0- -``` - -or - -``` - wget https://github.com/cpg1111/maestro/releases/download/v0.1.0/maestro-0.1.0-.tar.gz - tar -C xzvf maestro-0.1.0-.tar.gz - cd /maestro-0.1.0- -``` - -or - -``` - # This one handles everything but running maestro - docker pull cpg1111/maestro -``` - -then - -``` - docker build -t maestro_c -f Dockerfile_c . - docker build -t maestro_build -f Dockerfile_build . -``` - -then either: - -``` - docker build -t maestro . -``` - -or - -``` - docker build -t maestro_bin_deps -f Dockerfile_bin . - docker build -t maestro -f Dockerfile_fully_loaded . # gives you certain common executables for building, testing and deploying + docker pull cpg1111/maestro: ``` ## Test