Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Fusil-Delahaye authored Jan 29, 2018
1 parent 6bbf473 commit 09ddf98
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ ACLs management for errbot in errbot

## Install
!repos install https://github.com/shengis/err-profiles.git
```
# Add an administrator group
!group add administrators
# Add a member to the administrator group
!group add user administrators @user
# Add the Profile plugin to the restricted access
!access add Profiles:*
# Authorize the administrator group to access
!access add group Profiles:* administrators
```

These commands should be done by an errbot administrator to be able to use Profiles after adding it to the restricted access.

## Usage

Expand Down

0 comments on commit 09ddf98

Please sign in to comment.