From cf2bcac8e34a4ac9919ed45114596a87de7b2734 Mon Sep 17 00:00:00 2001 From: Sebastian Erives Date: Fri, 27 Sep 2024 23:43:50 -0700 Subject: [PATCH] Warnings and discord server in readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d277903..209a2de9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ Since OpenCV in Java uses a native library, which is platform specific, the simu Follow the steps in [this page](https://deltacv.gitbook.io/eocv-sim/basics/downloading-eocv-sim) to download the sim. The rest of the documentation can also be found [there](https://deltacv.gitbook.io/eocv-sim/). -## Adding EOCV-Sim as a dependency +## Adding EOCV-Sim as a dependency for plugin development + +### NOT FOR FTC SDK USAGE, please follow the documentation above if you're a normal user not aiming to develop for EOCV-Sim ### Gradle ```groovy @@ -56,7 +58,7 @@ Follow the steps in [this page](https://deltacv.gitbook.io/eocv-sim/basics/downl } dependencies { - implementation 'com.github.deltacv:EOCV-Sim:3.3.2' //add the EOCV-Sim dependency + implementation 'com.github.deltacv:EOCV-Sim:3.3.2' // add the EOCV-Sim dependency, make sure to replace for the latest version } ``` @@ -84,6 +86,8 @@ Follow the steps in [this page](https://deltacv.gitbook.io/eocv-sim/basics/downl # Contact For bug reporting or feature requesting, use the [issues tab](https://github.com/deltacv/EOCV-Sim/issues) in this repository. +Join the [deltacv discord server](https://discord.gg/A3RMYzf6DA) ! + # Change logs ### Formerly, EOCV-Sim was hosted on a [personal account repo](https://github.com/serivesmejia/EOCV-Sim/). Released prior to 3.0.0 can be found there for historic purposes.