Skip to content

Commit 925a9bd

Browse files
committed
Merge branch 'main' of https://github.com/swhitley/CLARiNET into main
2 parents 3af173a + 77af86d commit 925a9bd

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# CLARiNET
2-
Load CLAR files without Workday Studio
2+
<img align="right" src="https://user-images.githubusercontent.com/413552/129500187-ea5a1947-16d2-46eb-ab48-2adc6553b6d8.png" width="50" />
3+
Deploy Workday Studio Integrations without Workday Studio.
34

45
## WHY?
56
You might be asking yourself, "Why load a CLAR file from outside of Workday Studio?"
@@ -13,9 +14,13 @@ Here are a few ideas. (Care to add to this list in the discussions?)
1314

1415
## Installation
1516

16-
1. Download the [latest release](https://github.com/swhitley/CLARiNET/releases/latest) for your operating system.
17-
2. Unzip the executable files into a new directory.
18-
3. Run `clarinet --help` to view the available options.
17+
1. Download the [latest release](https://github.com/swhitley/CLARiNET/releases/latest) for your operating system (Mac or Windows).
18+
3. Unzip the executable files into a new directory.
19+
4. Run `clarinet --help` to view the available options.
20+
5. You may need to install the [dotnet core runtime](https://dotnet.microsoft.com/download/dotnet/5.0/runtime).
21+
6. Optional: Download [Test.clar](https://github.com/swhitley/CLARiNET/blob/main/Test.clar) to try it out.
22+
23+
**Note:** CLARiNET calls an unpublished Workday API endpoint. Functionality is not guaranteed.
1924

2025
## Loading a CLAR file to Workday
2126

@@ -48,5 +53,7 @@ Example #3: `clarinet "C:\example_folder\Test.clar" Test`
4853

4954
## Credits
5055

56+
Command Line Parser - https://github.com/commandlineparser/commandline ([MIT](https://github.com/commandlineparser/commandline/blob/master/License.md))
57+
5158
CLARiNET is compatible with Workday®
5259
It is not sponsored, affiliated with, or endorsed by Workday.

0 commit comments

Comments
 (0)