From 1a6e43c8cdbedcf2a28e77783a34647d5939de55 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Wed, 16 Dec 2015 15:05:34 +0200 Subject: [PATCH] Update installation.rst updated glide documentation --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 801cc211f..060939f2f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -43,7 +43,7 @@ To manage this vendor folder we use a tool named glide_ which will download spec cd $GOPATH/src/github.com/cgrates/cgrates glide install -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). +The glide install command will install the external dependencies versions specified in the glide.lock 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 up 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.