Skip to content

Commit cea22d1

Browse files
Update README.MD
1 parent 22697d1 commit cea22d1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

SampleApplication/README.MD

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,26 @@ Download the most recent release of the SendSafely Client API, extract, and copy
99

1010
`javac -cp "lib/*" -d bin src/*.java`
1111

12-
## Run
12+
## Run (macOS/Linux)
1313

1414
```
15-
java -cp "lib/*;bin/" SendSafelyRefApp
16-
Usage: SendSafelyRefApp SendSafelyHost UserApiKey UserApiSecret FileToUpload RecipientEmailAddress
15+
java -cp "lib/*:bin" SendSafelyRefApp
16+
```
17+
18+
## Run (Windows)
1719

18-
This program will print out the secure URL to access the package after it has been submitted.`
20+
```
21+
java -cp "lib/*;bin/" SendSafelyRefApp
1922
```
2023

2124
### Command Line Argments
2225

26+
```
27+
Usage: SendSafelyRefApp SendSafelyHost UserApiKey UserApiSecret FileToUpload RecipientEmailAddress
28+
29+
This program will print out the secure URL to access the package after it has been submitted.`
30+
```
31+
2332
- SendSafelyHost - Use your SendSafely organization host or https://app.sendsafely.com
2433
- UserApiKey - Generate ApiKey and ApiSecret from your Edit Profile page when logged into the SendSafely web portal
2534
- UserApiSecret - Generate ApiKey and ApiSecret from your Edit Profile page when logged into the SendSafely web portal

0 commit comments

Comments
 (0)