Skip to content

Commit 805c3b2

Browse files
authored
Update README.md
1 parent b63d4bd commit 805c3b2

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here are a few ideas. (Care to add to this list in the discussions?)
1313

1414
## Installation
1515

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.
1717
2. Unzip the executable files into a new directory.
1818
3. Run `clarinet --help` to view the available options.
1919

@@ -24,20 +24,24 @@ Here are a few ideas. (Care to add to this list in the discussions?)
2424
- Run `clarinet --help` to view the available options.
2525
- Run `clarinet -e` to view the list of Workday environments and the associated numbers.
2626

27-
Run CLARiNET from the command line using the positional parameters:
27+
### Run CLARiNET from the command line using positional parameters:
2828

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/>
3535

3636
Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername mypassword`
3737

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:
3939

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`
4145

4246
### Sample `clarinet` Run
4347
![image](https://user-images.githubusercontent.com/413552/129465336-0168f0e3-7e75-4309-83e1-8aebe9b9ae6e.png)

0 commit comments

Comments
 (0)