Skip to content

Commit 807e3a5

Browse files
one more update.
1 parent 035f53a commit 807e3a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Slack
2+
_Note that this repo is a WIP._
23

34
## Setup
45

56
The first thing you will need to use this package is a [Slack Workspace](https://slack.com/create) to [install a Slack app into](https://api.slack.com/start).
67

78
After that, you will need to add a `webhook` to your app such that you can send and retrieve data from the Slack Workspace.
89

10+
## Install
911

12+
```julia
13+
julia> ]
14+
(v1.3) pkg> add Slack
15+
```
16+
_Note that this will not work till the package is registered._
1017

1118
## Usage
1219

0 commit comments

Comments
 (0)