You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/errbotio/err-backend-slackv3
# to get a specific release use `--branch <release-tag>`, e.g. `--branch v0.1.0`
git clone --depth 1 https://github.com/errbotio/err-backend-slackv3
pip install .
Should be more like
cd /opt/errbot/backend
git clone https://github.com/errbotio/err-backend-slackv3
#or to get a specific release use `--branch <release-tag>`, e.g. `--branch v0.1.0`
#git clone --depth 1 https://github.com/errbotio/err-backend-slackv3
cd err-backend-slackv3 && pip install .
Instructions currently are:
Should be more like
Also the step before lists:
with instructions as written that needs to be:
The text was updated successfully, but these errors were encountered: