Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guides/installing-the-slack-cli-for-mac-and-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ typescript 4.*

**4\. Download the** `slack` **CLI installer for your environment.**

<ts-icon class="ts_icon_apple"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.0.5_macOS_64-bit.tar.gz"><strong>Download for macOS (.tar.gz)</strong></a>
<ts-icon class="ts_icon_apple"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.1.0_macOS_64-bit.tar.gz"><strong>Download for macOS (.tar.gz)</strong></a>

<ts-icon class="ts_icon_plug"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.0.5_linux_64-bit.tar.gz"><strong>Download for Linux (.tar.gz)</strong></a>
<ts-icon class="ts_icon_plug"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.1.0_linux_64-bit.tar.gz"><strong>Download for Linux (.tar.gz)</strong></a>

**5\. Add the** `slack` **CLI to your path.**

Expand All @@ -120,7 +120,7 @@ typescript 4.*

```
$ slack version
Using slack v3.0.5
Using slack v3.1.0
```

**7\. Verify that all dependencies have been installed.**
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/installing-the-slack-cli-for-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ typescript 4.*

**4\. Download the** `slack` **CLI installer for your environment.**

<ts-icon class="ts_icon_windows"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_5_windows_64-bit.zip"><strong>Windows (.zip)</strong></a>
<ts-icon class="ts_icon_windows"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.1.0_windows_64-bit.zip"><strong>Windows (.zip)</strong></a>

**5\. Add the** `slack` **CLI to your path.**

Expand All @@ -140,7 +140,7 @@ typescript 4.*
**6\. Verify that** `slack` **is installed and in your path:**
```
$ slack version
Using slack v3.0.5
Using slack v3.1.0
```

**7\. Verify that all dependencies have been installed.**
Expand Down
9 changes: 5 additions & 4 deletions docs/reference/commands/slack_feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Share feedback about your experience or project

### Synopsis

Help us make the Slack Platform better by completing a survey
Help us make the Slack Platform better with your feedback

```
slack feedback [flags]
Expand All @@ -13,15 +13,16 @@ slack feedback [flags]
### Examples

```
$ slack feedback # Open a feedback survey in your browser
$ slack feedback
```

### Options

```
-h, --help help for feedback
--name string name of the survey:
platform-improvements
--name string name of the feedback:
slack-cli
slack-platform

--no-prompt run command without prompts
```
Expand Down
Loading