Skip to content

Commit df6ea71

Browse files
committed
Update README.md
1 parent e0a00dc commit df6ea71

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ Various scripts written in Golang.
77
This tool is used to parse the `json`-formatted data that comes from [exporting Slack workspace data](https://slack.com/help/articles/201658943-Export-your-workspace-data).
88

99
#### Instructions
10-
```console
11-
mkdir -p ./SlackMessages
12-
cp [YOUR_ARCHIVE_PATH_HERE]/*.json ./SlackMessages/
13-
go run ./cmd/slackMessageParser/main.go
14-
```
10+
1. Move your files to the `SlackMessages` directory.
11+
```console
12+
mkdir -p ./SlackMessages
13+
cp [YOUR_ARCHIVE_PATH_HERE]/*.json ./SlackMessages/
14+
go run ./cmd/slackMessageParser/main.go
15+
```
16+
2. Run the application via one of the following commands:
17+
- `make parse-slack-data`
18+
- `go run ./cmd/slackMessageParser/main.go`

0 commit comments

Comments
 (0)