From c5e0a21a12a9c37d1beefb945e7bca051dc57146 Mon Sep 17 00:00:00 2001 From: Hockeyfan360 Date: Sat, 1 Apr 2017 08:44:11 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31c410f..9c6684c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Installation is fairly straight-forward. Drag Capatchafy to your plugins folder --- ### Compiling -Capatchafy makes use of Maven, so it should compile automatically. You shouldn't need to add any dependencies or make edits to the POM. However, you MUST use the jar labeled Capatchafy-jar-with-dependencies. If you don't, you will get NoClassDefFound errors. If you have any problems, open an issue. +Capatchafy makes use of Maven, so it should compile automatically. If you are using Intellij or Eclipse, you might need to run 'mvn package' in the command line to build the project. Netbeans does this for you. You shouldn't need to add any dependencies or make edits to the POM. However, you MUST use the jar labeled Capatchafy-jar-with-dependencies. If you don't, you will get NoClassDefFound errors. If you have any problems, open an issue. ### License Capatchafy is licensed under the GNU General Public License v3.0. You can find a copy of it in the License.txt file.