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
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Here are a few ideas. (Care to add to this list in the discussions?)
13
13
14
14
## Installation
15
15
16
-
1. Download the latest release for your operating system.
16
+
1. Download the [latest release](https://github.com/swhitley/CLARiNET/releases/latest) for your operating system.
17
17
2. Unzip the executable files into a new directory.
18
18
3. Run `clarinet --help` to view the available options.
19
19
@@ -24,20 +24,24 @@ Here are a few ideas. (Care to add to this list in the discussions?)
24
24
- Run `clarinet --help` to view the available options.
25
25
- Run `clarinet -e` to view the list of Workday environments and the associated numbers.
26
26
27
-
Run CLARiNET from the command line using the positional parameters:
27
+
### Run CLARiNET from the command line using positional parameters:
28
28
29
-
%1 Clar File
30
-
%2 Cloud Collection Name
31
-
%3 Workday Environment Number (run `clarinet -e` to see the list of numbers)
32
-
%4 Tenant
33
-
%5 Username
34
-
%6 Password
29
+
*%1 CLAR File<br/>
30
+
*%2 Cloud Collection Name<br/>
31
+
*%3 Workday Environment Number (run `clarinet -e` to see the list of numbers)<br/>
32
+
*%4 Tenant<br/>
33
+
*%5 Username<br/>
34
+
*%6 Password<br/>
35
35
36
36
Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername mypassword`
37
37
38
-
A prompt will appear if parameters are not included. For example, you may choose to always run the application without supplying the password so that it will be requested.
38
+
The entire list of parameters is not required. Prompts will appear for the parameters that are not included. These are all valid examples:
39
39
40
-
Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername`
40
+
Example #1: `clarinet "C:\example_folder\Test.clar"`
41
+
42
+
Example #2: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername`
43
+
44
+
Example #3: `clarinet "C:\example_folder\Test.clar" Test`
0 commit comments