correct dir reference in build instrs for slack plugin (#6527)

This commit is contained in:
Steven Martin 2021-04-21 12:03:29 -04:00 committed by GitHub
parent b9b170042d
commit f4ec980bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ compile these plugins from [source](https://github.com/gravitational/teleport-pl
```bash
# Checkout teleport-plugins
$ git clone https://github.com/gravitational/teleport-plugins.git
$ cd teleport-plugins/access/mattermost
$ cd teleport-plugins/access/slack
$ make
```
</TabItem>