Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme install instructions issue #85

Open
JasonIamAUnixAdmin opened this issue Sep 28, 2022 · 0 comments
Open

Readme install instructions issue #85

JasonIamAUnixAdmin opened this issue Sep 28, 2022 · 0 comments

Comments

@JasonIamAUnixAdmin
Copy link

JasonIamAUnixAdmin commented Sep 28, 2022

Instructions currently are:

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 .

Also the step before lists:

BOT_EXTRA_BACKEND_DIR="/opt/errbot/backend"

with instructions as written that needs to be:

BOT_EXTRA_BACKEND_DIR="/opt/errbot/backend/err-backend-slackv3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant