We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508cdfa commit 88ad513Copy full SHA for 88ad513
.devcontainer/Dockerfile
@@ -21,4 +21,4 @@ RUN export PATH="$DENO_INSTALL/bin:$PATH"
21
WORKDIR /workspaces
22
23
# Install the Slack CLI
24
-RUN curl -fsSL https://downloads.slack-edge.com/slack-cli/install.sh | bash -s -- -d
+RUN curl -fsSL https://downloads.slack-edge.com/slack-cli/install.sh | bash
.devcontainer/README.md
@@ -30,6 +30,6 @@ file:
30
```
31
32
[codespaces]: https://github.com/features/codespaces
33
-[cli]: https://api.slack.com/automation/cli
+[cli]: https://docs.slack.dev/tools/slack-cli/
34
[container]: https://containers.dev/
35
[vscode]: https://code.visualstudio.com/docs/devcontainers/containers
0 commit comments