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
+6-11
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,12 @@ nexustools --no-analytics
46
46
47
47
This analytics data is viewable publicly at [plausible.io/nexustools.corbin.io](https://plausible.io/nexustools.corbin.io).
48
48
49
-
---------------------------------------
49
+
### Development info
50
50
51
-
This program is free software: you can redistribute it and/or modify
52
-
it under the terms of the GNU General Public License as published by
53
-
the Free Software Foundation, either version 3 of the License, or
54
-
(at your option) any later version.
51
+
Nexus Tools is written in Dart, so you need the [Dart SDK](https://dart.dev/get-dart) to work on it. You can run Nexus Tools from source like this:
55
52
56
-
This program is distributed in the hope that it will be useful,
57
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
58
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
59
-
GNU General Public License for more details.
53
+
```
54
+
dart ./bin/main.dart
55
+
```
60
56
61
-
You should have received a copy of the GNU General Public License
62
-
along with this program. If not, see <http://www.gnu.org/licenses/>.
57
+
The `compile.sh` (macOS and Linux) and `compile.ps1` scripts create executables and zip them. You can also use GitHub Actions to compile Nexus Tools, by navigating to Actions > Compile Nexus Tools > Run workflow.
0 commit comments