Adjust instructions

This commit is contained in:
zontreck 2024-08-30 23:49:17 -07:00
parent e16eacb485
commit abe9a5ba55
2 changed files with 8 additions and 5 deletions

5
Jenkinsfile vendored
View file

@ -44,9 +44,8 @@ pipeline {
cd ..\\..
cd dart
dart pub get
mkdir out
dart pub get
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
@ -56,8 +55,6 @@ pipeline {
dart compile exe -o out\\pause.exe bin\\pause.dart
dart compile exe -o out\\sleep.exe bin\\sleep.dart
cd ..
'''
}

View file

@ -1,3 +1,9 @@
# SimpleHelperTools
A repo with simple tools or utilities that are separate from other projects.
A repo with simple tools or utilities that are separate from other projects.
# Automatic Installation
## Linux
Execute the command: `curl -fsSL https:// | bash -`