Skip to content

Commit 14a0a65

Browse files
authored
Merge pull request #50 from taljaards/patch-1
Make build instructions clearer
2 parents 9358f44 + ad1c739 commit 14a0a65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Building Plugins
2020
----------------
2121
You get started with http plugins by building directly from the latest source code::
2222

23+
```
2324
git clone https://github.com/data-integrations/http.git
2425
cd http
2526
mvn clean package
27+
```
2628

2729
After the build completes, you will have a JAR for each plugin under each
2830
``<plugin-name>/target/`` directory.

0 commit comments

Comments
 (0)