Skip to content

Commit

Permalink
Added note about groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque authored Jun 14, 2019
1 parent 7831ad2 commit 2170fa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2170fa2

Please sign in to comment.