From 834addebd7be691a0537b997a51ab12292244edc Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 30 Jul 2019 13:06:09 +0200 Subject: [PATCH] link to quickstart --- content/concepts/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/tools.md b/content/concepts/tools.md index 61f1e6d5..84b62f46 100644 --- a/content/concepts/tools.md +++ b/content/concepts/tools.md @@ -5,7 +5,7 @@ description: Some tools that can be useful when working with Ocean Protocol. ## Barge -Barge is a shell script allowing you to run an Ocean network by orchestrating all [core components](/components) locally with Docker and Docker Compose. +Barge is a shell script allowing you to run an Ocean network by orchestrating all [core components](/components) locally with Docker and Docker Compose. Extensively used by Ocean developers to develop and test Ocean core components locally, and the [quickest way](/setup/quickstart/) to get a full Ocean network up and running.