From 2170fa2228602f0e22139dfed90c77681332832f Mon Sep 17 00:00:00 2001 From: Julien Delplanque Date: Fri, 14 Jun 2019 18:19:28 +0200 Subject: [PATCH] Added note about groups. --- docs/Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index 2c9a279..df007c9 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -39,8 +39,10 @@ baseline: spec ## Provided groups - `Server-Deployment` will load all the packages needed to deploy a JSON RPC Server -- `Client-Deployemnt` will load all the packages needed to deploy a JSON RPC Client +- `Client-Deployment` will load all the packages needed to deploy a JSON RPC Client - `Deployment` will load all the packages needed to deploy both a JSON RPC Client and Server - `Tests` will load the test cases - `CI` is the group loaded in the continuous integration setup - `Development` will load all the needed packages to develop and contribute to the project + +> Not specifying any group is equivalent to load `Development` group.