From 7a93142d459ba5d0558151a0ed8d5a4bb3b2137a Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Fri, 18 Sep 2015 13:07:27 +0300 Subject: [PATCH] use glide up instead of update --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 01bd02780..cd4762022 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -41,9 +41,9 @@ To manage this vendor folder we use a tool named glide_ which will download spec export GO15VENDOREXPERIMENT=1 #this should be placed in the rc script of your shell go get github.com/cgrates/cgrates cd $GOPATH/src/github.com/cgrates/cgrates - glide update + glide up -The glide update command will install the external dependencies versions specified in the glide.yaml file in the vendor folder. There are different versions for each CGRateS branch, versions that are recorded in the yaml file when the GCRateS releases are made (using glide pin command). +The glide up command will install the external dependencies versions specified in the glide.yaml file in the vendor folder. There are different versions for each CGRateS branch, versions that are recorded in the yaml file when the GCRateS releases are made (using glide pin command). Note that the vendor folder should not be registered with the VCS we are using. For more information and command options for use glide_ readme page.