From 7293f54397684aa431a1ecc90927572d649f7693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Lun=C3=B8e?= Date: Fri, 10 Apr 2015 12:19:36 -0700 Subject: [PATCH] Updating setup commands Updating setup commands --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 902a7cc..5aec197 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,9 @@ Configure Environment and Run dcos config set marathon.host localhost dcos config set marathon.port 8080 + dcos config append package.sources https://github.com/mesosphere/universe/archive/master.zip + dcos config set package.cache /tmp/dcos + dcos package update #. Get started by calling the DCOS CLI help::