Skip to content

Commit 3d88dfe

Browse files
authored
docs(readme): add the Slack CLI logo to the README.md (#9)
* docs(readme): update README.md with Slack CLI logo * docs(readme): update README.md with Slack CLI logo * docs(readme): ignore licenses for svg files
1 parent fad2c14 commit 3d88dfe

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Project build files
22
bin/
3-
docs/
43
slack
54
slack-cli
65
hermes

.licenserc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ header:
2626
- '**/*.json'
2727
- '**/*.md'
2828
- '**/*.tmpl'
29+
- '**/*.svg'
2930
- 'dotgitignore'
3031
- 'go.sum'
3132
- 'go.mod'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Slack CLI
1+
# Slack CLI <img src="docs/static/img/slack-cli-logo.svg" alt="Slack CLI logo" style="height: 1em; max-width: 100%" />
22

33
[![tests](https://github.com/slackapi/slack-cli/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/slackapi/slack-cli/actions/workflows/tests.yml)
44
[![codecov](https://codecov.io/gh/slackapi/slack-cli/branch/main/graph/badge.svg?token=G5TU59IV9I)](https://codecov.io/gh/slackapi/slack-cli)

docs/static/img/slack-cli-logo.svg

Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)