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
{{ message }}
This repository was archived by the owner on Feb 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,21 @@ Pass the name of your saved .config file as the script parameter:
11
11
## Development
12
12
Intellij is the recommended IDE of choice:[https://www.jetbrains.com/idea/download/](here)
13
13
14
-
Select File -> New -> Project From Version Control -> Git
14
+
Select `File -> New -> Project From Version Control -> Git`
15
15
16
16
Enter https://github.com/Explv/Explvs-AIO.git
17
17
18
18
And then follow the setup wizard.
19
19
20
-
To build the script, just run maven install.
20
+
If you're building the script for the first time, run: `mvn initialize`
21
+
22
+
This will download OSBot, and allow you to build the script.
23
+
24
+
To build the script, run: `mvn install`
25
+
26
+
The script will be built to your scripts directory `<home_dir>/OSBot/Scripts`
27
+
28
+
If / when OSBot updates, you will need to delete the `osbot.jar` that maven downloads, and re-run `mvn intialize` to get the latest version.
21
29
22
30
## Issues
23
31
If you find any bugs with the project, feel free to make a pull request fixing them. Alternatively, you can make an issue on this project and they will be addressed when possible.
0 commit comments