From 165d8de1f18bc405a2bcf0fff48c14be3628b7bb Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 20 Mar 2012 16:12:45 +0200 Subject: [PATCH] getting from source --- docs/tutorial.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 5e4075ab2..dfc25d758 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -57,10 +57,12 @@ Instalation **Using packages** **Using source** -After the go environment is installed_ and setup_ just issue the following command: +After the go environment is installed_ and setup_ just issue the following commands: :: - go get github.com/rif/cgrates + go get -v github.com/rif/cgrates/cmd/rater + go get -v github.com/rif/cgrates/cmd/balancer + go get -v github.com/rif/cgrates/cmd/loader After that navigate