You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ Before getting started, make sure you have a development workspace where you hav
10
10
11
11
1. Open [https://api.slack.com/apps/new](https://api.slack.com/apps/new) and choose "From an app manifest"
12
12
2. Choose the workspace you want to install the application to
13
-
3. Copy the contents of [manifest.json](./manifest.json) into the text box that says `*Paste your manifest code here*` (within the JSON tab) and click *Next*
14
-
4. Review the configuration and click *Create*
15
-
5. Click *Install to Workspace* and *Allow* on the screen that follows. You'll then be redirected to the App Configuration dashboard.
13
+
3. Copy the contents of [manifest.json](./manifest.json) into the text box that says `*Paste your manifest code here*` (within the JSON tab) and click _Next_
14
+
4. Review the configuration and click _Create_
15
+
5. Click _Install to Workspace_ and _Allow_ on the screen that follows. You'll then be redirected to the App Configuration dashboard.
**NOTE**: If you chose to use Maven as your build tool you can remove the `builde.gradle` file from this project.
60
+
**NOTE**: If you chose to use Maven as your build tool you can remove the `build.gradle` file from this project.
60
61
61
-
------
62
+
---
62
63
63
64
#### Gradle: Run
64
65
65
66
Ensure [gradle](https://gradle.org/) is installed on your local environment.
66
-
* We recommend using [brew to install Gradle on macOS](https://formulae.brew.sh/formula/gradle)
67
+
68
+
- We recommend using [brew to install Gradle on macOS](https://formulae.brew.sh/formula/gradle)
67
69
68
70
```zsh
69
71
# Run tests
@@ -124,4 +126,4 @@ Navigate to **OAuth & Permissions** in your app configuration and click **Add a
124
126
https://3cb89939.ngrok.io/slack/oauth/callback
125
127
```
126
128
127
-
*NOTE:* if you do not require OAuth you can remove all `OAUTH DEPENDENCIES` in the `pom.xml` or `build.gradle` files, along with `src/main/java/OAuthMain.java`
129
+
_NOTE:_ if you do not require OAuth you can remove all `OAUTH DEPENDENCIES` in the `pom.xml` or `build.gradle` files, along with `src/main/java/OAuthMain.java`
0 commit comments