Skip to content

Readme install instructions issue #85

@JasonIamAUnixAdmin

Description

@JasonIamAUnixAdmin

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions